onException property
Called whenever a BaseException is captured by this boundary.
Implementation
final void Function(BaseException exception)? onException;
Called whenever a BaseException is captured by this boundary.
final void Function(BaseException exception)? onException;