requestToBeEnabledAsync property

Future<void> Function() get requestToBeEnabledAsync

Implementation

_i2.Future<void> Function() get requestToBeEnabledAsync =>
    () => _i5.promiseToFuture(_i5.callMethod(
          _i5.getProperty(
            this,
            'requestToBeEnabledAsync',
          ),
          r'call',
          [this],
        ));
set requestToBeEnabledAsync (Future<void> value())

Implementation

set requestToBeEnabledAsync(_i2.Future<void> Function() value) {
  _i5.setProperty(
    this,
    'requestToBeEnabledAsync',
    _i5.allowInterop(value),
  );
}