invokes the stop method on the native platform, stopping the currently playing sound, if any.
@override Future<void> stop() => methodChannel.invokeMethod<void>('stop');