hasStorageAccess property

Future<bool> Function() get hasStorageAccess

Implementation

_i2.Future<_i2.bool> Function() get hasStorageAccess =>
    () => _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'hasStorageAccess',
          ),
          r'call',
          [this],
        ));
set hasStorageAccess (Future<bool> value())

Implementation

set hasStorageAccess(_i2.Future<_i2.bool> Function() value) {
  _i4.setProperty(
    this,
    'hasStorageAccess',
    _i4.allowInterop(value),
  );
}