package static method

void package(
  1. String message
)

Prints message with a package symbol in front of it.

Implementation

static void package(String message) => _print(ConsoleSymbols.package, message);