Logger typedef

Logger = void Function(Object?)

Implementation

typedef Logger = void Function(Object?);