LogFunction typedef

LogFunction = bool Function(Object? source, Object? message, {Object? error, StackTrace? stackTrace})

Implementation

typedef LogFunction = bool Function(
  Object? source,
  Object? message, {
  Object? error,
  StackTrace? stackTrace,
});