LogCallback typedef

LogCallback = void Function(dynamic message)

Implementation

typedef LogCallback = void Function(dynamic message);