Stop the currently playing audio
@override Future<void> stop() async { await methodChannel.invokeMethod('stop'); }