ShouldRefresh typedef

ShouldRefresh = bool Function(Response? response)

Signature for shouldRefresh on Fresh.

Implementation

typedef ShouldRefresh = bool Function(Response<dynamic>? response);