LogFunction typedef

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

Implementation

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