How do I know if purchase is pending in flutter?
Please give me the code where I can do something like this -
if(purchase.isPending) {
doSomething();
} else{
doSomething();
}
How do I know if purchase is pending in flutter?
Please give me the code where I can do something like this -
if(purchase.isPending) {
doSomething();
} else{
doSomething();
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.