|
|
|
@ -142,7 +142,6 @@ class BaseAppClient {
|
|
|
|
get(String endPoint,
|
|
|
|
get(String endPoint,
|
|
|
|
{Function(dynamic response, int statusCode) onSuccess,
|
|
|
|
{Function(dynamic response, int statusCode) onSuccess,
|
|
|
|
Function(String error, int statusCode) onFailure,
|
|
|
|
Function(String error, int statusCode) onFailure,
|
|
|
|
bool isAllowAny = false,
|
|
|
|
|
|
|
|
Map<String, String> queryParams}) async {
|
|
|
|
Map<String, String> queryParams}) async {
|
|
|
|
String url = BASE_URL + endPoint;
|
|
|
|
String url = BASE_URL + endPoint;
|
|
|
|
if (queryParams != null) {
|
|
|
|
if (queryParams != null) {
|
|
|
|
|