get abstract method

Future<Map<String, dynamic>> get({
  1. required String url,
  2. Map<String, dynamic>? headers,
  3. Map<String, dynamic>? queryParameters,
  4. bool? withToken,
  5. bool? withTokenBasic,
  6. bool isUrlPG = false,
  7. required bool withAccessToken,
})

Implementation

Future<Map<String, dynamic>> get({
  required String url,
  Map<String, dynamic>? headers,
  Map<String, dynamic>? queryParameters,
  bool? withToken,
  bool? withTokenBasic,
  bool isUrlPG = false,
  required bool withAccessToken,
});