close property
UnderlyingSinkCloseCallback?
get
close
Implementation
_i3.UnderlyingSinkCloseCallback? get close => _i4.getProperty(
this,
'close',
);
set
close
(UnderlyingSinkCloseCallback? value)
Implementation
set close(_i3.UnderlyingSinkCloseCallback? value) {
_i4.setProperty(
this,
'close',
value ?? _i6.undefined,
);
}