call<S> method
S
call<S>()
Finds and retrieves a dependency of type S
.
S
is the type of the dependency to find.
Implementation
S call<S>() => find<S>();
Finds and retrieves a dependency of type S
.
S
is the type of the dependency to find.
S call<S>() => find<S>();