info method

void info(
  1. String message
)

Implementation

void info(String message) {
  // ignore: avoid_print
  print('[INFO] $message');
}