getCallbackStream method

Stream<NimmstaEvent> getCallbackStream()

Provides a stream of callback events from the Nimmsta device.

This stream emits instances of NimmstaEvent corresponding to device events.

Implementation

Stream<NimmstaEvent> getCallbackStream() {
  throw UnimplementedError('getCallbackStream() has not been implemented.');
}