disposeStream property
Stream<void>
get
disposeStream
Returns the Stream that an element can listen to in order to be notified when the registry is disposed. Typically this should only be used by child registries listening to notifications from their parent registries.
Implementation
Stream<void> get disposeStream => _disposeStreamController!.stream;