info method

void info(
  1. String message
)

Shows an info message.

Implementation

void info(String message) {
  print('ℹ $message');
}