containsCall static method

bool containsCall(
  1. ChatId chatId
)

Indicates whether the browser's storage contains a call identified by the provided chatId.

Implementation

static bool containsCall(ChatId chatId) => getCall(chatId) != null;