error static method

Future<void> error(
  1. String message
)

Implementation

static Future<void> error(String message) async {
  stderr.writeln(message);
}