TListControllerRiverpod<T, K> extension
- on
-
- TListController<
T, K>
- TListController<
Methods
-
bindAsync(
WidgetRef ref, ProviderListenable< AsyncValue< provider) → voidList< >T> > -
Available on TListController<
T, K> , provided by the TListControllerRiverpod extension -
bindAsyncMap<
S> (WidgetRef ref, ProviderListenable< AsyncValue< provider, {required List<S> >T> map(S v)}) → void -
Available on TListController<
T, K> , provided by the TListControllerRiverpod extension -
handleAsyncValue(
AsyncValue< List< next) → voidT> > -
Available on TListController<
T, K> , provided by the TListControllerRiverpod extension -
handleAsyncValueMap<
S> (AsyncValue< S> next, List<T> map(S v)) → void -
Available on TListController<
T, K> , provided by the TListControllerRiverpod extension