print static method

Task<void> print(
  1. String s
)

Implementation

static Task<void> print(String s) => Task.delay(() => _consolePrint(s));