LogEntryFactory typedef

LogEntryFactory = FutureOr<LogEntry> Function()

A factory function that creates a LogEntry.

Implementation

typedef LogEntryFactory = FutureOr<LogEntry> Function();