showError method

void showError(
  1. String message
)

Implementation

void showError(String message) {
  EasyLoading.showError(message);
}