setLedState method

Future<String?> setLedState(
  1. String path,
  2. int state
)

Implementation

Future<String?> setLedState(String path, int state){
  throw UnimplementedError('setLedState() has not been implemented.');
}