OnException typedef
OnException =
dynamic Function(BackdoorFlutterException exception)
Callback type for handling exceptions.
This function is invoked when a BackdoorFlutterException occurs, allowing for custom error handling.
Implementation
typedef OnException = Function(BackdoorFlutterException exception);