recordFlutterError method

  1. @Deprecated('Crash reporting is now automatic. ' 'Remove this call and the SDK will handle crash reporting automatically.')
Future<void> recordFlutterError(
  1. FlutterErrorDetails errorDetails
)

Implementation

@Deprecated(
  'Crash reporting is now automatic. '
  'Remove this call and the SDK will handle crash reporting automatically.'
)
Future<void> recordFlutterError(FlutterErrorDetails errorDetails) async {}