footer method

void footer([
  1. String? tag
])

Implementation

void footer([String? tag]) {
  printRaw("🏁 Finished ${(tag ?? '')}\n");
}