handleFlutterError method
This function should be called to handle flutter errors
Implementation
void handleFlutterError(FlutterErrorDetails details) => _handleError(details.exception, () {
FlutterError.presentError(details);
});
This function should be called to handle flutter errors
void handleFlutterError(FlutterErrorDetails details) => _handleError(details.exception, () {
FlutterError.presentError(details);
});