throwsStateError top-level constant
A matcher for functions that throw StateError.
Implementation
const Matcher throwsStateError =
// ignore: deprecated_member_use
Throws(isStateError)
A matcher for functions that throw StateError.
const Matcher throwsStateError =
// ignore: deprecated_member_use
Throws(isStateError)