get abstract method
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,
});