removeLight method
Implementation
@override
Future<void> removeLight(ThermionEntity light) async {
await _shim.removeLight(light).toDart;
}
@override
Future<void> removeLight(ThermionEntity light) async {
await _shim.removeLight(light).toDart;
}