createLinkPreviewAsync property

Future<OpaqueNodeMixin> Function(String) get createLinkPreviewAsync

Implementation

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

Implementation

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