PaymentAuthView constructor

const PaymentAuthView({
  1. Key? key,
  2. required String authUrl,
})

Implementation

const PaymentAuthView({
  Key? key,
  required this.authUrl,
}) : super(key: key);