info method

void info(
  1. String message
)
inherited

Implementation

void info(String message) => log(message, severity: MessageSeverity.info);