showInfo static method

dynamic showInfo(
  1. String message
)

Implementation

static showInfo(String message) {
  print("❃ $message");
}