menu
agora_chat_callkit package
documentation
inherited/chat_callkit_manager_impl.dart
ChatCallKitManagerImpl
hangup method
hangup method
dark_mode
light_mode
hangup
method
Future
<
void
>
hangup
(
String
callId
)
Implementation
Future<void> hangup(String callId) async { await _chat.hangup(callId); }
agora_chat_callkit package
documentation
inherited/chat_callkit_manager_impl
ChatCallKitManagerImpl
hangup method
ChatCallKitManagerImpl class