onErrorScreen method
The Widget to display when an app's widget fails to display. Override if you like.
Implementation
Widget? onErrorScreen(FlutterErrorDetails details) =>
inErrorScreen?.call(details);
The Widget to display when an app's widget fails to display. Override if you like.
Widget? onErrorScreen(FlutterErrorDetails details) =>
inErrorScreen?.call(details);