showErrorLogs static method

void showErrorLogs(
  1. String message
)

Implementation

static void showErrorLogs(String message) {
  showLogs("ERROR", message);
}