LogHandler typedef

LogHandler = void Function(String message)

Implementation

typedef LogHandler = void Function(String message);