SearchProvider<T, F> typedef
SearchProvider<T, F> =
Future<List<T> > Function(BasePaginatedController<T, F> controller)
Implementation
typedef SearchProvider<T, F> = Future<List<T>> Function(
BasePaginatedController<T, F> controller);