call method

T call()

Calls find<T>() to retrieve an instance of type T.

Implementation

T call() => find<T>();