endCall method
- ChatId chatId
Ends an OngoingCall happening in the Chat identified by the provided
chatId
, if any.
Implementation
void endCall(ChatId chatId) {
Log.debug('endCall($chatId)', '$runtimeType');
_callRepo.remove(chatId);
}
Ends an OngoingCall happening in the Chat identified by the provided
chatId
, if any.
void endCall(ChatId chatId) {
Log.debug('endCall($chatId)', '$runtimeType');
_callRepo.remove(chatId);
}