menu
paystack_manager_package package
documentation
widgets/payment_bank_auth_view.dart
PaymentAuthView
PaymentAuthView const constructor
PaymentAuthView const constructor
dark_mode
light_mode
PaymentAuthView
constructor
const
PaymentAuthView
(
{
Key
?
key
,
required
String
authUrl
,
})
Implementation
const PaymentAuthView({ Key? key, required this.authUrl, }) : super(key: key);
paystack_manager_package package
documentation
widgets/payment_bank_auth_view
PaymentAuthView
PaymentAuthView const constructor
PaymentAuthView class