continuePayment method

Future<void> continuePayment()

Continues with the currently selected payment method.

Implementation

Future<void> continuePayment() async {
  await _state?._continuePayment();
}