menu
stream_chat_flutter_core package
documentation
stream_chat_flutter_core.dart
DisposeAwareValueNotifier<T>
disposed property
disposed property
dark_mode
light_mode
disposed
property
bool
get
disposed
Whether
dispose
has been called on this notifier.
Implementation
bool get disposed => _disposed;
stream_chat_flutter_core package
documentation
stream_chat_flutter_core
DisposeAwareValueNotifier<T>
disposed property
DisposeAwareValueNotifier mixin