TossPayments constructor
const
TossPayments({
- Key? key,
- required String clientKey,
- required PaymentData data,
- required dynamic success,
- required dynamic fail,
Implementation
const TossPayments(
{Key? key,
required this.clientKey,
required this.data,
required this.success,
required this.fail})
: super(key: key);