showInfo static method

void showInfo(
  1. String message
)

Show info message

Implementation

static void showInfo(String message) {
  print('Info: $message');
}