removeLight method

  1. @override
Future removeLight(
  1. ThermionEntity light
)
override

Implementation

@override
Future removeLight(ThermionEntity light) {
  // TODO: implement removeLight
  throw UnimplementedError();
}