watchError method
Watches and returns the error reactively.
Implementation
String? watchError() {
throwIfDisposed('watch error');
return _error.watch();
}
Watches and returns the error reactively.
String? watchError() {
throwIfDisposed('watch error');
return _error.watch();
}