get abstract method
Resolves an object of the given requiredType
from the context.
arguments
are optional arguments for construction.
Implementation
Future<Object> get(Class<Object> requiredType, {List<ArgumentValue> arguments});
Resolves an object of the given requiredType
from the context.
arguments
are optional arguments for construction.Future<Object> get(Class<Object> requiredType, {List<ArgumentValue> arguments});