OptionsHandlerExtension<K, T> extension

on

Methods

resolveAllOptions(BuildContext context, Iterable<K>? inputs) List<FutureOr<KeyedOption<K, T>?>?>
resolveOption(K? key) FutureOr<KeyedOption<K, T>?>
Given a key key, this will attempt to resolve it either by: a) loading the value using loadValue b) creating an ad-hoc option