startPayment static method

Future startPayment()

START PAYMENT

Implementation

static Future startPayment() async {
  return await _channel.invokeMethod('startPayment');
}