getPluginPaymentTokenAsync property

Future<String> Function() get getPluginPaymentTokenAsync

Implementation

_i2.Future<_i2.String> Function() get getPluginPaymentTokenAsync =>
    () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'getPluginPaymentTokenAsync',
          ),
          r'call',
          [this],
        ));
set getPluginPaymentTokenAsync (Future<String> value())

Implementation

set getPluginPaymentTokenAsync(_i2.Future<_i2.String> Function() value) {
  _i5.setProperty(
    this,
    'getPluginPaymentTokenAsync',
    _i5.allowInterop(value),
  );
}