watchError method
Reactively watches the error.
Implementation
String? watchError() {
throwIfDisposed('watch error');
return _error.watch();
}
Reactively watches the error.
String? watchError() {
throwIfDisposed('watch error');
return _error.watch();
}