continuePayment method
Continues with the currently selected payment method.
Implementation
Future<void> continuePayment() async {
await _state?._continuePayment();
}
Continues with the currently selected payment method.
Future<void> continuePayment() async {
await _state?._continuePayment();
}