menu
hooks_riverpod package
documentation
hooks_riverpod.dart
StateNotifier<T>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
Whether
dispose
was called or not.
Implementation
bool get mounted => _mounted;
hooks_riverpod package
documentation
hooks_riverpod
StateNotifier<T>
mounted property
StateNotifier class