parseFlatGraphemes static method

List<List<String>> parseFlatGraphemes(
  1. Iterable<String> graphemes
)

Implementation

static List<List<String>> parseFlatGraphemes(Iterable<String> graphemes) =>
    _parseFlatGraphemes(graphemes);