onErrorHandler method
Run the provided Error Handler if any.
Implementation
void onErrorHandler(FlutterErrorDetails details) {
if (inErrorHandler != null) {
inErrorHandler!(details);
}
}
Run the provided Error Handler if any.
void onErrorHandler(FlutterErrorDetails details) {
if (inErrorHandler != null) {
inErrorHandler!(details);
}
}