takeException method

dynamic takeException()

Returns the exception most recently caught by the Flutter framework.

See TestWidgetsFlutterBinding.takeException for details.

Implementation

dynamic takeException() {
  return binding.takeException();
}