Committed by
GitHub
Merge pull request #2559 from favechua/master
Fixed minor typo in GetConnect document
Showing
5 changed files
with
0 additions
and
5 deletions
@@ -543,7 +543,6 @@ class HomeProvider extends GetConnect { | @@ -543,7 +543,6 @@ class HomeProvider extends GetConnect { | ||
543 | //HttpStatus.unauthorized | 543 | //HttpStatus.unauthorized |
544 | httpClient.maxAuthRetries = 3; | 544 | httpClient.maxAuthRetries = 3; |
545 | } | 545 | } |
546 | - } | ||
547 | 546 | ||
548 | @override | 547 | @override |
549 | Future<Response<CasesModel>> getCases(String path) => get(path); | 548 | Future<Response<CasesModel>> getCases(String path) => get(path); |
@@ -498,7 +498,6 @@ class HomeProvider extends GetConnect { | @@ -498,7 +498,6 @@ class HomeProvider extends GetConnect { | ||
498 | //HttpStatus.unauthorized | 498 | //HttpStatus.unauthorized |
499 | httpClient.maxAuthRetries = 3; | 499 | httpClient.maxAuthRetries = 3; |
500 | } | 500 | } |
501 | - } | ||
502 | 501 | ||
503 | @override | 502 | @override |
504 | Future<Response<CasesModel>> getCases(String path) => get(path); | 503 | Future<Response<CasesModel>> getCases(String path) => get(path); |
@@ -517,7 +517,6 @@ class HomeProvider extends GetConnect { | @@ -517,7 +517,6 @@ class HomeProvider extends GetConnect { | ||
517 | //HttpStatus.unauthorized | 517 | //HttpStatus.unauthorized |
518 | httpClient.maxAuthRetries = 3; | 518 | httpClient.maxAuthRetries = 3; |
519 | } | 519 | } |
520 | - } | ||
521 | 520 | ||
522 | @override | 521 | @override |
523 | Future<Response<CasesModel>> getCases(String path) => get(path); | 522 | Future<Response<CasesModel>> getCases(String path) => get(path); |
@@ -440,7 +440,6 @@ class HomeProvider extends GetConnect { | @@ -440,7 +440,6 @@ class HomeProvider extends GetConnect { | ||
440 | //HttpStatus.unauthorized | 440 | //HttpStatus.unauthorized |
441 | httpClient.maxAuthRetries = 3; | 441 | httpClient.maxAuthRetries = 3; |
442 | } | 442 | } |
443 | - } | ||
444 | 443 | ||
445 | @override | 444 | @override |
446 | Future<Response<CasesModel>> getCases(String path) => get(path); | 445 | Future<Response<CasesModel>> getCases(String path) => get(path); |
@@ -476,7 +476,6 @@ class HomeProvider extends GetConnect { | @@ -476,7 +476,6 @@ class HomeProvider extends GetConnect { | ||
476 | //HttpStatus.unauthorized | 476 | //HttpStatus.unauthorized |
477 | httpClient.maxAuthRetries = 3; | 477 | httpClient.maxAuthRetries = 3; |
478 | } | 478 | } |
479 | - } | ||
480 | 479 | ||
481 | @override | 480 | @override |
482 | Future<Response<CasesModel>> getCases(String path) => get(path); | 481 | Future<Response<CasesModel>> getCases(String path) => get(path); |
-
Please register or login to post a comment