onObject property

Stream<LinkObject> onObject

A broadcast stream from the native platform

Implementation

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