Future<Response?> get(String url, {Map<String, dynamic>? headers, Options? options}) { return request(url: url, method: 'GET', headers: headers, options: options); }