onError property

ValueNotifier<Error> onError
getter/setter pair

ValueNotifier which notifies about errors during storage initialization

Implementation

ValueNotifier<Error> onError = ValueNotifier(Error());