@override Future<void> ledSet(String id, bool on) => _ch.invokeMethod('led.set', {'id': id, 'on': on});