enrichedDocument method Null safety
override
Implementation
@override
Future<Map<String, Object?>> enrichedDocument(
Map<String, Object?> theDocument) async {
return theDocument;
}
@override
Future<Map<String, Object?>> enrichedDocument(
Map<String, Object?> theDocument) async {
return theDocument;
}