LogUpdate typedef

LogUpdate = void Function(String title, String message, {String? error, bool printing, String? stackTrace, required LogSubEntryType type})

Implementation

typedef LogUpdate = void Function(
  String title,
  String message, {
  String? error,
  String? stackTrace,
  required LogSubEntryType type,
  bool printing,
});