notifyStream property

Stream<bool> notifyStream

Returns a Stream that emits a boolean value indicating whether asset change notifications are currently enabled.

Implementation

Stream<bool> get notifyStream => _controller.stream;