MatchCallback typedef

MatchCallback = Future<List> Function(String string)

Matching function provider, for example used in SelectSuggestInput.

Implementation

typedef MatchCallback = Future<List> Function(String string);