menu
gertec_plus package
documentation
gertec_plus_method_channel.dart
MethodChannelGertecPlus
ledSet method
ledSet method
dark_mode
light_mode
ledSet
method
Future
<
void
>
ledSet
(
String
id
,
bool
on
)
Implementation
Future<void> ledSet(String id, bool on) => _ch.invokeMethod('led.set', {'id': id, 'on': on});
gertec_plus package
documentation
gertec_plus_method_channel
MethodChannelGertecPlus
ledSet method
MethodChannelGertecPlus class