reportError static method

void reportError(
  1. String err
)

Implementation

static void reportError(String err) {
  print(err);
}