LoggerFunction typedef

LoggerFunction = void Function(String message)

A function signature for logging messages.

Implementation

typedef LoggerFunction = void Function(String message);