showWarningLogs static method

void showWarningLogs(
  1. String message
)

Implementation

static void showWarningLogs(String message) {
  showLogs("WARNING", message);
}