handlePaymentGateway method
Implementation
Future<void> handlePaymentGateway() async {
changeSubtitle(CommonTranslationConstants.paymentProcessed);
update();
await Sint.offAllNamed(AppRouteConstants.home, arguments: [toRoute]);
}
Future<void> handlePaymentGateway() async {
changeSubtitle(CommonTranslationConstants.paymentProcessed);
update();
await Sint.offAllNamed(AppRouteConstants.home, arguments: [toRoute]);
}