ledSet method

Future<void> ledSet(
  1. String id,
  2. bool on
)

Implementation

Future<void> ledSet(String id, bool on) => _unimpl('ledSet');