Logger typedef

Logger = void Function(String message, {String? tag})

VoidCallback from logs

Implementation

typedef Logger = void Function(String message, {String? tag});