getCallbackStream method
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.');
}