Function to return a single S2Choice from a single value
value
typedef S2SingleSelectedResolver<T> = Future<S2Choice<T>?> Function(T value);