RequestCall typedef

RequestCall = Future<Response> Function()

Implementation

typedef RequestCall = Future<Response> Function();