show method

void show(
  1. BaseException error
)

Programmatically show an error in this boundary (e.g., from state).

Implementation

void show(BaseException error) {
  _setError(error);
}