AtomicChunkPredicate typedef

AtomicChunkPredicate = bool Function(String chunk)

Whether chunk should be released whole rather than paced grapheme by grapheme. The default treats every chunk as ordinary text.

Implementation

typedef AtomicChunkPredicate = bool Function(String chunk);