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