menu
generic_audio_notification package
documentation
generic_audio_notification_method_channel.dart
MethodChannelGenericAudioNotification
stopAudio method
stopAudio method
dark_mode
light_mode
stopAudio
method
@
override
Future
<
void
>
stopAudio
(
)
override
Implementation
@override Future<void> stopAudio() async { await methodChannel.invokeMethod('stopAudio'); }
generic_audio_notification package
documentation
generic_audio_notification_method_channel
MethodChannelGenericAudioNotification
stopAudio method
MethodChannelGenericAudioNotification class