showError method

void showError(
  1. String error
)

Implementation

void showError(String error) {
  errorNotifier.value = error;
}