switchLight method

Future<void> switchLight()

Implementation

Future<void> switchLight() async {
  await _api.switchLight(await _id.future);
}