CarpenterSuggestionLoader<T> typedef

CarpenterSuggestionLoader<T> = Future<List<T>> Function(String query, CarpenterSearchCancellation cancellation)

Implementation

typedef CarpenterSuggestionLoader<T> =
    Future<List<T>> Function(
      String query,
      CarpenterSearchCancellation cancellation,
    );