clearOnscreenEntity method

Future<void> clearOnscreenEntity()

Clears the onscreen entity association set by setOnscreenEntity (#56).

Implementation

Future<void> clearOnscreenEntity() {
  throw UnimplementedError('clearOnscreenEntity() has not been implemented.');
}