logPrint static method

dynamic logPrint(
  1. String s
)

Implementation

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