stop method
Stop the currently playing audio
Implementation
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}
Stop the currently playing audio
Future<void> stop() {
throw UnimplementedError('stop() has not been implemented.');
}