onException property

void Function(BaseException exception)? onException
final

Called whenever a BaseException is captured by this boundary.

Implementation

final void Function(BaseException exception)? onException;