beginCheckout static method

Future<void> beginCheckout(
  1. Object data
)

Implementation

static Future<void> beginCheckout(Object data) async {
  return await _channel.invokeMethod("dEngage#beginCheckout", {'data': data});
}