设置是否循环播放
@override Future setLoop(bool isLoop) async { return await methodChannel?.invokeMethod('setLoop', {'isLoop': isLoop}); }