S2ChoiceLoader<T> typedef

S2ChoiceLoader<T> = Future<List<S2Choice<T>>> Function(S2ChoiceLoaderInfo<T> info)

Implementation

typedef S2ChoiceLoader<T> = Future<List<S2Choice<T>>> Function(
    S2ChoiceLoaderInfo<T> info);