throwsNoSuchMethodError top-level constant
A matcher for functions that throw NoSuchMethodError.
Implementation
const Matcher throwsNoSuchMethodError =
// ignore: deprecated_member_use
Throws(isNoSuchMethodError)
A matcher for functions that throw NoSuchMethodError.
const Matcher throwsNoSuchMethodError =
// ignore: deprecated_member_use
Throws(isNoSuchMethodError)