moduleInfo method

void moduleInfo(
  1. String module,
  2. String message
)

Implementation

void moduleInfo(String module, String message) {
  info("[${module.toUpperCase()}]$emSpace$message",
      style: moduleStyle(messageColor: white, moduleColor: green));
}