throwsFlutterError top-level property

Matcher throwsFlutterError
final

A matcher for functions that throw FlutterError.

This is equivalent to throwsA(isInstanceOf<FlutterError>()).

See also:

Implementation

final Matcher throwsFlutterError = throwsA(isFlutterError)