printDebug function

void printDebug(
  1. dynamic msg
)

Implementation

void printDebug(dynamic msg){
  Logger().d(msg);
}