throwsUnsupportedError top-level constant
Matcher
const throwsUnsupportedError
A matcher for functions that throw UnsupportedError.
See throwsA for objects that this can be matched against.
Implementation
const Matcher throwsUnsupportedError = Throws(isUnsupportedError);