supports method

bool supports(
  1. String token
)

Implementation

bool supports(String token) => js_util.callMethod(this, 'supports', [token]);