@override Future<void> playPrevious(int previousIndex) async { await methodChannel .invokeMethod('playPrevious', {'previousIndex': previousIndex}); }