setLightsOn static method

Future setLightsOn(
  1. bool on
)

Implementation

static Future setLightsOn(bool on) {
  return _channel.invokeMethod('setLightsOn', on);
}