Skips to the next track.
@override Future<void> skipTrack() async { try { await _channel.invokeMethod(_Methods.skipTrack); } catch (_) {} }