OnPurchaserCallback<T> typedef

OnPurchaserCallback<T> = void Function(BuildContext context, T value)

Implementation

typedef OnPurchaserCallback<T> = void Function(BuildContext context, T value);