i static method

void i(
  1. String msg
)

Implementation

static void i(String msg){
  log(msg: msg);
}