initLogger function

void initLogger()

Implementation

void initLogger() {
  logger = Logger(
      printer:
      PrettyPrinter(lineLength: 120, printTime: true, printEmojis: false));
}