menu
flutter_async package
documentation
async_notifier.dart
AsyncNotifier<T>
cancelOnError property
cancelOnError property
dark_mode
light_mode
cancelOnError
property
bool
?
cancelOnError
final
Whether the subscription should be canceled when an error occurs.
Implementation
final bool? cancelOnError;
flutter_async package
documentation
async_notifier
AsyncNotifier<T>
cancelOnError property
AsyncNotifier class