handlePaymentGateway method

Future<void> handlePaymentGateway()

Implementation

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