OnLogProxy typedef

OnLogProxy = void Function(String? tag, String log)

Implementation

typedef OnLogProxy = void Function(String? tag, String log);