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