trackInitiateCheckout static method
Track the start of the purchase process.
Implementation
static Future<void> trackInitiateCheckout([final Map<String, dynamic> properties = const {}]) async {
await _invokeMethod('trackInitiateCheckout', properties);
}