LogFunction typedef

LogFunction = void Function(String msg)

Implementation

typedef void LogFunction(String msg);