menu
voip24h_sdk_mobile package
documentation
callkit/call_module.dart
CallModule
answer method
answer method
dark_mode
light_mode
answer
method
Future
<
bool
>
answer
(
)
Implementation
Future<bool> answer() async { return await _methodChannel.invokeMethod('answer'); }
voip24h_sdk_mobile package
documentation
callkit/call_module
CallModule
answer method
CallModule class