Called before the request is sent. Return modified headers.
Future<Map<String, String>> onRequest(String url, Map<String, String> headers) async => headers;