refresh property

  1. @override
Future<T> Function() refresh
final

If value is ComputedStateValue.inProgress, waits for computation to complete. Otherwise, starts a new computation.

Implementation

@override
final Future<T> Function() refresh;