Flutter-test New Question
-
How to test async exception?
I would like to figure out how to test that a widget throws an async exception.Exception, that is created on the widget's initState: Future<void> _asyncError() async => Future.......