RefreshCallback typedef

RefreshCallback = void Function()

The signature for a function that's called when the user has dragged a ReactiveRefreshIndicator far enough to demonstrate that they want to instigate a refresh.

Implementation

typedef RefreshCallback = void Function();