Refresh<T> typedef

Refresh<T> = List<T> Function(BuildContext context)

Implementation

typedef Refresh<T> = List<T> Function(BuildContext context);