get abstract method

Future<Object> get(
  1. Class<Object> requiredType, {
  2. List<ArgumentValue> arguments,
})

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});