OnExceptionCallBack typedef
OnExceptionCallBack =
dynamic Function(Object exception, StackTrace? stackTrace)
Implementation
typedef OnExceptionCallBack = Function(
Object exception,
StackTrace? stackTrace,
);
typedef OnExceptionCallBack = Function(
Object exception,
StackTrace? stackTrace,
);