getCall static method

WebStoredCall? getCall(
  1. ChatId chatId
)

Returns a call identified by the provided chatId from the browser's storage.

Implementation

static WebStoredCall? getCall(ChatId chatId) => null;