io/print library
Enums
Functions
-
printErr(
Object? object, [String end = "\n"]) → void -
Prints a string representation of
objectto stderr. -
printOut(
Object? object, [String end = "\n"]) → void -
Prints a string representation of
objectto stdout. -
printProgessAnimation<
T> (FutureOrResultCallback< T> workload, {Duration? animationSpeed, ProgressAnimationType type = ProgressAnimationType.spinningBar, StringSink? output}) → Future<T> -
Write a progess animation to
outputwhile waiting forworkload.