TraceLogCallbackFriendlyFunction typedef
TraceLogCallbackFriendlyFunction =
void Function(TraceLogLevel logLevel, String text)
Implementation
typedef TraceLogCallbackFriendlyFunction = void Function(
TraceLogLevel logLevel,
String text,
);