notifyState property

Stream<NotifyState> notifyState

A Stream that will notify any listener of any status update (DooZ modules)

Implementation

Stream<NotifyState> get notifyState => _notifyStateController.stream;