removeLight method
Implementation
@override
Future removeLight(ThermionEntity light) async {
_module.ccall("remove_light", "void", ["void*".toJS, "int".toJS].toJS,
[_viewer!, light.toJS].toJS, null);
}
@override
Future removeLight(ThermionEntity light) async {
_module.ccall("remove_light", "void", ["void*".toJS, "int".toJS].toJS,
[_viewer!, light.toJS].toJS, null);
}