fetchOptions property

Future<List<String>> Function(String query)? fetchOptions
final

Optional async loader. Receives the current query, returns matching values. Triggers the hybrid (local-first, load-more) behaviour when set.

Implementation

final Future<List<String>> Function(String query)? fetchOptions;