printInfo function

void printInfo(
  1. String info
)

Implementation

void printInfo(String info) {
  print('[INFO]: $info');
}