initiateCheckoutAsync property

Future<void> Function([dynamic]) get initiateCheckoutAsync

Implementation

_i2.Future<void> Function([_i2.dynamic]) get initiateCheckoutAsync =>
    ([_i2.dynamic p0]) => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'initiateCheckoutAsync',
          ),
          r'call',
          [
            this,
            p0 ?? _i7.undefined,
          ],
        ));
set initiateCheckoutAsync (Future<void> value([dynamic]))

Implementation

set initiateCheckoutAsync(_i2.Future<void> Function([_i2.dynamic]) value) {
  _i5.setProperty(
    this,
    'initiateCheckoutAsync',
    _i5.allowInterop(value),
  );
}