info static method

Future<void> info(
  1. String message
)

Implementation

static Future<void> info(String message) async {
  stdout.writeln(message);
}