closeAndToastPaymentAreMake function

void closeAndToastPaymentAreMake(
  1. dynamic context
)

Implementation

void closeAndToastPaymentAreMake(context) {
  Navigator.of(context).pop();
  makeToast("Your transaction has been initiated", context, Colors.blue);
}