OnLogCallback typedef

OnLogCallback = void Function(List<Log> logs)

Implementation

typedef OnLogCallback = void Function(
  List<Log> logs,
);