printEnd method

void printEnd(
  1. [String? tag]
)

Implementation

void printEnd([String? tag]) {
  printLine("$tag");
}