OnVerify typedef

OnVerify = void Function(bool isVerify, int rewardAmount, String rewardName)

Implementation

typedef OnVerify = void Function(
    bool isVerify, int rewardAmount, String rewardName);