ResponseInterceptorFunc<Value> typedef

ResponseInterceptorFunc<Value> = FutureOr<MyResponse> Function(MyResponse<Value> response)

Implementation

typedef FutureOr<MyResponse> ResponseInterceptorFunc<Value>(
    MyResponse<Value> response);