refresh property

Future<void> Function() refresh
final

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

Implementation

final Future<void> Function() refresh;