Future<bool?> setLed(LedLight light, bool isOn) { return TySmartPosApiPluginPlatform.instance.setLed(light, isOn); }