getCall static method
- ChatId chatId
Returns a call identified by the provided chatId
from the browser's
storage.
Implementation
static WebStoredCall? getCall(ChatId chatId) => null;
Returns a call identified by the provided chatId
from the browser's
storage.
static WebStoredCall? getCall(ChatId chatId) => null;