GetPaymentForm constructor
const
GetPaymentForm({
- required InputInvoice inputInvoice,
- ThemeParameters? theme,
Returns an invoice payment form. This method must be called when the user presses inlineKeyboardButtonBuy
Implementation
const GetPaymentForm({
required this.inputInvoice,
this.theme,
});