TF-1115 Handle onError for all controller
This commit is contained in:
@@ -42,9 +42,6 @@ class NetworkConnectionController extends BaseController {
|
||||
@override
|
||||
void onDone() {}
|
||||
|
||||
@override
|
||||
void onError(error) {}
|
||||
|
||||
void setNetworkConnectivityState(ConnectivityResult newConnectivityResult) {
|
||||
connectivityResult.value = newConnectivityResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user