Returns the exception most recently caught by the Flutter framework.
See TestWidgetsFlutterBinding.takeException for details.
Source
dynamic takeException() { return binding.takeException(); }
Returns the exception most recently caught by the Flutter framework.
See TestWidgetsFlutterBinding.takeException for details.
dynamic takeException() { return binding.takeException(); }