watchError method

String? watchError()

Watches and returns the error reactively.

Implementation

String? watchError() {
  throwIfDisposed('watch error');
  return _error.watch();
}