enable property
Future<void> Function()
get
enable
Implementation
_i2.Future<void> Function() get enable =>
() => _i4.promiseToFuture(_i4.callMethod(
_i4.getProperty(
this,
'enable',
),
r'call',
[this],
));
set
enable
(Future<void> value())
Implementation
set enable(_i2.Future<void> Function() value) {
_i4.setProperty(
this,
'enable',
_i4.allowInterop(value),
);
}