dispose$ property

Stream<void> dispose$

The Stream that emits null when the dispose method is called.

Implementation

Stream<void> get dispose$ => _dispose$.stream;