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