matchMedia method

MediaQueryList matchMedia(
  1. String query
)

Implementation

MediaQueryList matchMedia(String query) =>
    js_util.callMethod(this, 'matchMedia', [query]);