menu
flutter_meedu package
documentation
notifiers.dart
StateNotifier<S>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
inherited
Tell us if the notifier is mounted
Implementation
bool get mounted => !_disposed;
flutter_meedu package
documentation
notifiers
StateNotifier<S>
mounted property
StateNotifier class