dGePayPop function

void dGePayPop({
  1. required BuildContext context,
})

Implementation

void dGePayPop({required BuildContext context}) {
  Navigator.pop(context);
}