ServiceLocator typedef

ServiceLocator = V Function<V>([String name])

Service locator function returns a service by type and name.

Implementation

typedef ServiceLocator = V Function<V>([String name]);