Future<Response> get(String url, {Map<String, dynamic>? queryParams}) async { return _dio.get(url, queryParameters: queryParams); }