allowsFeature method

bool allowsFeature(
  1. String feature, [
  2. String? origin
])

Implementation

bool allowsFeature(String feature, [String? origin]) =>
    js_util.callMethod(this, 'allowsFeature', [feature, origin]);