setCallRect abstract method

Future<void> setCallRect(
  1. ChatId chatId,
  2. Rect prefs
)

Sets the provided Rect preferences of an OngoingCall happening in the specified Chat.

Implementation

Future<void> setCallRect(ChatId chatId, Rect prefs);