applyToParams method
Apply authentication settings to header and query params.
Implementation
@override
FutureOr applyToParams(
QueryParams queryParams, Map<String, String?> headerParams) {
headerParams["Authorization"] = "Bearer $accessToken";
}