d static method

void d(
  1. String msg
)

Implementation

static void d(String msg){
  log(log: Log.d(msg: msg));
}