getCallRect static method

Rect? getCallRect(
  1. ChatId chatId
)

Returns the Rect stored by the provided chatId, if any.

Implementation

static Rect? getCallRect(ChatId chatId) => null;