menu
flutter_audio_player_platform_interface package
documentation
method_channel_audio_player.dart
MethodChannelAudioPlayer
stop method
stop method
dark_mode
light_mode
stop
method
@
override
Future
<
void
>
stop
(
int
textureId
)
override
Implementation
@override Future<void> stop(int textureId) async { return _audioPlayers[textureId]?.stop(); }
flutter_audio_player_platform_interface package
documentation
method_channel_audio_player
MethodChannelAudioPlayer
stop method
MethodChannelAudioPlayer class