throwsUnsupportedError top-level constant
A matcher for functions that throw UnsupportedError.
Implementation
const Matcher throwsUnsupportedError =
// ignore: deprecated_member_use
Throws(isUnsupportedError)
A matcher for functions that throw UnsupportedError.
const Matcher throwsUnsupportedError =
// ignore: deprecated_member_use
Throws(isUnsupportedError)