@override Future<void> setLoop(bool loop) async { await methodChannel.invokeMethod<void>('setLoop', {'loop': loop}); }