SuggestionSelectionCallback<T> typedef

SuggestionSelectionCallback<T> = void Function(Map<String, String> suggestion)

Implementation

typedef void SuggestionSelectionCallback<T>(Map<String, String> suggestion);