get<T> abstract method

T get<T>({
  1. String? name,
  2. Params? params,
})

Gets a dependency from the container with optional name and params.

Implementation

T get<T>({String? name, Params? params});