menu
meedu package
documentation
notifiers/base_notifier.dart
BaseNotifier<S>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
Tell us if the notifier is mounted
Implementation
bool get mounted => !_disposed;
meedu package
documentation
notifiers/base_notifier
BaseNotifier<S>
mounted property
BaseNotifier class