Future setPlayMode(int index) async { final res = await _channel.invokeMethod("setPlayMode", {"playModeIndex": index}); return res; }