fancyDeath static method

ErrorScreen fancyDeath(
  1. FlutterErrorDetails details
)

this method is for getting Custom death screen and get possible solutions from github

Implementation

static ErrorScreen fancyDeath(FlutterErrorDetails details) {
  return ErrorScreen(details);
}