LogCallbackExFunction typedef
LogCallbackExFunction =
void Function(LogLevel logLevel, String tag, String file, int line, String func, String message)
Implementation
typedef LogCallbackExFunction = void Function(
LogLevel logLevel,
String tag,
String file,
int line,
String func,
String message,
);