Printer typedef
Printer =
void Function(Object? object)
Type of printer function to output text on the console.
Implementation
typedef Printer = void Function(Object? object);
Type of printer function to output text on the console.
typedef Printer = void Function(Object? object);