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