customRefreshTokenRequestWrapper property

Future<Request> Function(Request request)? customRefreshTokenRequestWrapper
final

Provides a way to customize the http.Request before being "send", here you can set new fields or custom headers, maybe change the Method

Implementation

final Future<http.Request> Function(http.Request request)? customRefreshTokenRequestWrapper;