LogMethod typedef

LogMethod = void Function(dynamic message)

Implementation

typedef LogMethod = void Function(dynamic message);