setCall static method

void setCall(
  1. WebStoredCall call
)

Stores the provided call in the browser's storage.

Implementation

static void setCall(WebStoredCall call) {
  // No-op.
}