Future<Response> get(String url, {Options? options}) async { final response = await _dio.get( url, options: options, ); return response; }