fix merge issue

merge-requests/176/head
mosazaid 4 years ago
parent dade295656
commit 2095f2c62a

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

Loading…
Cancel
Save