TListControllerRiverpod<T, K> extension

on

Methods

bindAsync(WidgetRef ref, ProviderListenable<AsyncValue<List<T>>> provider) → void

Available on TListController<T, K>, provided by the TListControllerRiverpod extension

bindAsyncMap<S>(WidgetRef ref, ProviderListenable<AsyncValue<S>> provider, {required List<T> map(S v)}) → void

Available on TListController<T, K>, provided by the TListControllerRiverpod extension

handleAsyncValue(AsyncValue<List<T>> next) → void

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