logPrint static method

void logPrint(
  1. String s
)

Implementation

static void logPrint(String s) {
  debugPrint("log:$s");
}