showList static method

dynamic showList(
  1. String message
)

Implementation

static showList(String message) {
  print(" ➥ $message");
}