KeywordPostingsMapUpdater typedef
KeywordPostingsMapUpdater =
Future<void> Function(KeywordPostingsMap values)
A callback that values
for persisting to a KeywordPostingsMap.
Parameter values
is a subset of a KeywordPostingsMap containing new or changed
PostingsMapEntry instances.
Implementation
typedef KeywordPostingsMapUpdater = Future<void> Function(
KeywordPostingsMap values);