clearOnscreenEntity method
Clears the onscreen entity association set by setOnscreenEntity (#56).
Implementation
Future<void> clearOnscreenEntity() {
throw UnimplementedError('clearOnscreenEntity() has not been implemented.');
}
Clears the onscreen entity association set by setOnscreenEntity (#56).
Future<void> clearOnscreenEntity() {
throw UnimplementedError('clearOnscreenEntity() has not been implemented.');
}