recordFlutterError method
- @Deprecated('Crash reporting is now automatic. ' 'Remove this call and the SDK will handle crash reporting automatically.')
- 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 {}