endPayment static method
dynamic
endPayment(
- dynamic context
A simple pop context. It removes the Seerbit Checkout Modal from the current view
Implementation
static endPayment(context) {
Navigator.pop(context);
}