showDebugLogs static method

void showDebugLogs(
  1. String message
)

Implementation

static void showDebugLogs(String message) {
  showLogs("DEBUG", message);
}