recordError method
Submits a Crashlytics report of a caught error.
Implementation
Future<void> recordError({
required String exception,
required String information,
required String reason,
bool fatal = false,
String? buildId,
String? stackTraceElements,
// List<Map<String, String>>? stackTraceElements,
}) {
throw UnimplementedError('recordError() is not implemented');
}