OnRewardListener typedef

OnRewardListener = void Function(int? quantity)

Implementation

typedef void OnRewardListener(int? quantity);