recordFlutterFatalError method
Submits a Crashlytics report of a fatal error caught by the Flutter framework.
Implementation
Future<void> recordFlutterFatalError(
FlutterErrorDetails flutterErrorDetails) {
return recordFlutterError(flutterErrorDetails, fatal: true);
}