TF-196 Implement RemoteExceptionThrower when get session
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user