get<T extends Object> abstract method

T get<T extends Object>({
  1. String? name,
})

Retrieves the registered instance of the specified Object type from the DI container.

Implementation

T get<T extends Object>({String? name});