ConsoleLog typedef

ConsoleLog = void Function(String time, String msg)

Implementation

typedef ConsoleLog = void Function(String time, String msg);