Jonny Borges
Committed by GitHub

Merge pull request #2559 from favechua/master

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);
... ...