decline method
- CallService calls
Declines this OngoingCall.
Throws a DeclineChatCallException.
Implementation
Future<void> decline(CallService calls) async {
Log.debug('decline()', '$runtimeType');
await calls.decline(chatId.value);
}
Declines this OngoingCall.
Throws a DeclineChatCallException.
Future<void> decline(CallService calls) async {
Log.debug('decline()', '$runtimeType');
await calls.decline(chatId.value);
}