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