handleNativeException method

  1. @override
void handleNativeException(
  1. Error error,
  2. bool haveCaught
)
override

Implementation

@override
void handleNativeException(Error error, bool haveCaught) =>
    _proxy.handleNativeException(error, haveCaught);