d static method

void d(
  1. String msg
)

Implementation

static void d(String msg) {
  debugPrint(msg);
}