LogFunction typedef
LogFunction =
void Function(String msg, {StackTrace? stackTrace})
Implementation
typedef LogFunction = void Function(
String msg, {
StackTrace? stackTrace,
});
typedef LogFunction = void Function(
String msg, {
StackTrace? stackTrace,
});