setLed method

Future<bool?> setLed(
  1. LedLight light,
  2. bool isOn
)

Implementation

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