menu
notifier_plus package
documentation
notifier+/computed_async_notifier.dart
ComputedAsyncNotifier<T>
compute property
compute property
dark_mode
light_mode
compute
property
Future
<
T
>
Function
()
compute
final
The future that computes the value.
Implementation
final Future<T> Function() compute;
notifier_plus package
documentation
notifier+/computed_async_notifier
ComputedAsyncNotifier<T>
compute property
ComputedAsyncNotifier class