printError function

void printError(
  1. String error
)

Implementation

void printError(String error) {
  print('[ERROR]: $error');
}