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