mounted property
bool
get
mounted
Gets whether this notifier is still mounted and active.
Implementation
bool get mounted => _mounted && !_disposed;
Gets whether this notifier is still mounted and active.
bool get mounted => _mounted && !_disposed;