setLed abstract method

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

Implementation

Future<bool?> setLed(LedLight light, bool isOn);