remove method
- ChatId chatId
Removes an OngoingCall identified by the given chatId
.
Implementation
void remove(ChatId chatId) {
Log.debug('remove($chatId)', '$runtimeType');
_callsRepo.remove(chatId);
}
Removes an OngoingCall identified by the given chatId
.
void remove(ChatId chatId) {
Log.debug('remove($chatId)', '$runtimeType');
_callsRepo.remove(chatId);
}