startPayment method

void startPayment(
  1. String paymentData
)

Implementation

void startPayment(String paymentData){
  throw UnimplementedError('startPayment() has not been implemented.');
}