LogHandler typedef

LogHandler = void Function(String message)

Implementation

typedef void LogHandler(String message);