useStandardPrint static method
void
useStandardPrint()
Resets the output function to the standard print
.
Implementation
static void useStandardPrint() {
_printFunction = print;
}
Resets the output function to the standard print
.
static void useStandardPrint() {
_printFunction = print;
}