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