SuggestionSelectionCallback<T> typedef

SuggestionSelectionCallback<T> = void Function(T suggestion)

Implementation

typedef void SuggestionSelectionCallback<T>(T suggestion);