hasStorageAccess method

Future<bool> hasStorageAccess()

Implementation

Future<bool> hasStorageAccess() =>
    js_util.promiseToFuture(js_util.callMethod(this, 'hasStorageAccess', []));