getAllowlistForFeature method

Iterable<String> getAllowlistForFeature(
  1. String feature
)

Implementation

Iterable<String> getAllowlistForFeature(String feature) =>
    js_util.callMethod(this, 'getAllowlistForFeature', [feature]);