watch property
Disposable Function(Uri, dynamic)
get
watch
Implementation
_i3.Disposable Function(
_i3.Uri,
_i2.dynamic,
) get watch => (
_i3.Uri p0,
_i2.dynamic p1,
) =>
_i5.callMethod(
_i5.getProperty(
this,
'watch',
),
r'call',
[
this,
p0,
p1,
],
);
set
watch
(Disposable value(Uri, dynamic))
Implementation
set watch(
_i3.Disposable Function(
_i3.Uri,
_i2.dynamic,
) value) {
_i5.setProperty(
this,
'watch',
_i5.allowInterop(value),
);
}