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