get<T extends Object> abstract method
Retrieves the registered instance of the specified Object type from the DI container.
Implementation
T get<T extends Object>({String? name});
Retrieves the registered instance of the specified Object type from the DI container.
T get<T extends Object>({String? name});