FutureVoidCallback typedef

FutureVoidCallback = Future<void> Function()

Callback for async refresh operations.

Returns a Future that completes when the refresh operation finishes.

Implementation

typedef FutureVoidCallback = Future<void> Function();