myLog method

dynamic myLog(
  1. dynamic msg
)

Implementation

myLog(msg) {
  //print('========== $msg');
  return;
}