fileWithGet abstract method

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

Implementation

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