onRequest<ResponseType, InnerType> method

FutureOr<ApiRequest<ResponseType, InnerType>> onRequest<ResponseType, InnerType>(
  1. ApiRequest<ResponseType, InnerType> request
)

Intercepts the request and returns the modified request

Implementation

FutureOr<ApiRequest<ResponseType, InnerType>> onRequest<
  ResponseType,
  InnerType
>(ApiRequest<ResponseType, InnerType> request) => request;