error method
Implementation
void error(
Exception exception, {
Iterable<IObservable<BaseEvent>>? changes,
}) =>
emit(
ViewStatus.error,
exception: exception,
changes: changes,
);
void error(
Exception exception, {
Iterable<IObservable<BaseEvent>>? changes,
}) =>
emit(
ViewStatus.error,
exception: exception,
changes: changes,
);