true on sync error. false on sync success(no error).
true
false
final ValueNotifier<bool> error = ValueNotifier<bool>(false);