getCallRect abstract method

Future<Rect?> getCallRect(
  1. ChatId id
)

Returns the Rect preferences of an OngoingCall happening in the specified Chat.

Implementation

Future<Rect?> getCallRect(ChatId id);