LogTransport typedef
A log transport (e.g., console, file, etc.)
Implementation
typedef LogTransport = ({LogFunction log, Future<void> Function() initialize});
A log transport (e.g., console, file, etc.)
typedef LogTransport = ({LogFunction log, Future<void> Function() initialize});