OptionsHandlerExtension<K, T> extension

on

Methods

resolveAllOptions(BuildContext context, Iterable<K>? inputs) List<FutureOr<KeyedOption<K, T>?>?>

Available on KeyedOptionsHandler<K, T>, provided by the OptionsHandlerExtension extension

resolveOption(K? key) FutureOr<KeyedOption<K, T>?>

Available on KeyedOptionsHandler<K, T>, provided by the OptionsHandlerExtension extension

Given a key key, this will attempt to resolve it either by: a) loading the value using loadValue b) creating an ad-hoc option