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