PagyLogger typedef

PagyLogger = void Function(Object? message, {String? name})

Implementation

typedef PagyLogger = void Function(Object? message, {String? name});