Goes back to the previous track.
@override Future<void> previousTrack() async { try { await _channel.invokeMethod(_Methods.previousTrack); } catch (_) {} }