ShouldRequest<T> typedef
Null safety
Implementation
typedef ShouldRequest<T> = Future<T?> Function(
T? token,
INetworkService httpClient,
);
typedef ShouldRequest<T> = Future<T?> Function(
T? token,
INetworkService httpClient,
);