removeAllCalls static method

void removeAllCalls()

Removes all calls from the browser's storage, if any.

Implementation

static void removeAllCalls() {
  // No-op.
}