pod<T> abstract method
Resolves a pod of type T
from the context.
requiredType
specifies the class of the pod.name
optionally narrows the resolution to a named pod.arguments
can be supplied for parameterized instantiation.
Implementation
Future<T> pod<T>(Class<T> requiredType, {String? name, List<ArgumentValue> arguments});