d static method

dynamic d(
  1. String msg
)

Implementation

static d(String msg) {//Debug log
  logger.d(msg);
}