logPrint method

void logPrint(
  1. String s
)

Implementation

void logPrint(String s) {
  debugPrint(s);
}