mtadLog function

dynamic mtadLog(
  1. String msg
)

Implementation

mtadLog(String msg) {
  print("mtadLog $msg");
}