onObject property

Stream<KnotObject> get onObject

A stream that emits KnotObject events from the platform implementation.

This stream should be overridden by platform-specific implementations.

Implementation

Stream<KnotObject> get onObject {
  throw UnimplementedError('onObject has not been implemented.');
}