@override void showPaymentModal(String paymentData){ methodChannel.invokeMethod<void>('showPaymentModal', {"paymentData": paymentData}); }