flutter_audio_as_service
flutter_audio_as_service
FlutterAudioAsService
stop method
stop
flutter_audio_as_service
flutter_audio_as_service
FlutterAudioAsService
stop method
FlutterAudioAsService class
Constructors
FlutterAudioAsService
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
audioListener
Static methods
getAudioLength
init
methodCallHandler
pause
resume
seekBy
seekTo
setListeners
stop
Constants
nativeChannel
stop
method
Future
<
void
>
stop
(
)
Implementation
static Future<void> stop() async { await nativeChannel.invokeMethod("stop"); }