TermExpander typedef

TermExpander = Future<Iterable<String>> Function(String source, [String? zone])

A callback that expands text to a collection of related Strings.

Implementation

typedef TermExpander = Future<Iterable<String>> Function(String source,
    [String? zone]);