hasFeature method

bool hasFeature(
  1. String feature, [
  2. String? version
])

Implementation

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