share property
Implementation
_i2.Future<void> Function([_i3.ShareData?]) get share =>
([_i3.ShareData? p0]) => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'share',
),
r'call',
[
this,
p0 ?? _i6.undefined,
],
));
set
share
( )
Implementation
set share(_i2.Future<void> Function([_i3.ShareData?]) value) {
_i4.setProperty(
this,
'share',
_i4.allowInterop(value),
);
}