C2ChoiceLoader<T> typedef

C2ChoiceLoader<T> = Future<List<C2Choice<T>>> Function()

Callback to load the choice items

Implementation

typedef Future<List<C2Choice<T>>> C2ChoiceLoader<T>();