TF-196 Implement RemoteExceptionThrower when get session

This commit is contained in:
dab246
2022-06-22 11:26:43 +07:00
committed by Dat H. Pham
parent fd9b7cbb0a
commit 4cff46623c
12 changed files with 117 additions and 27 deletions
@@ -26,6 +26,7 @@ class NetworkBindings extends Bindings {
_bindingDio();
_bindingApi();
_bindingConnection();
_bindingException();
}
void _bindingBaseOption() {
@@ -78,4 +79,8 @@ class NetworkBindings extends Bindings {
void _bindingConnection() {
Get.put(Connectivity());
}
void _bindingException() {
Get.put(RemoteExceptionThrower());
}
}