throwsNoSuchMethodError top-level constant Null safety
A matcher for functions that throw NoSuchMethodError.
Implementation
const Matcher throwsNoSuchMethodError = Throws(isNoSuchMethodError)
A matcher for functions that throw NoSuchMethodError.
const Matcher throwsNoSuchMethodError = Throws(isNoSuchMethodError)