Pauses the current playback.
@override Future<void> pause() async { try { await _channel.invokeMethod(_Methods.pause); } catch (_) {} }