standardPrint function

void standardPrint(
  1. String s
)

Implementation

void standardPrint(String s) => print(s);