watchError method

String? watchError()

Reactively watches the error.

Implementation

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