showError function

void showError([
  1. String? msg
])

显示错误

Implementation

void showError([String? msg]) {
  Loading.error(msg);
}