show method
Programmatically show an error in this boundary (e.g., from state).
Implementation
void show(BaseException error) {
_setError(error);
}
Programmatically show an error in this boundary (e.g., from state).
void show(BaseException error) {
_setError(error);
}