Guster

Fixed minor typo in GetConnect document

... ... @@ -543,7 +543,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient.maxAuthRetries = 3;
}
}
@override
Future<Response<CasesModel>> getCases(String path) => get(path);
... ...
... ... @@ -498,7 +498,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient.maxAuthRetries = 3;
}
}
@override
Future<Response<CasesModel>> getCases(String path) => get(path);
... ...
... ... @@ -517,7 +517,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient.maxAuthRetries = 3;
}
}
@override
Future<Response<CasesModel>> getCases(String path) => get(path);
... ...
... ... @@ -440,7 +440,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient.maxAuthRetries = 3;
}
}
@override
Future<Response<CasesModel>> getCases(String path) => get(path);
... ...
... ... @@ -476,7 +476,6 @@ class HomeProvider extends GetConnect {
//HttpStatus.unauthorized
httpClient.maxAuthRetries = 3;
}
}
@override
Future<Response<CasesModel>> getCases(String path) => get(path);
... ...