get<T> static method

T? get<T>()

Alias for ServiceLocator.get

Implementation

static T? get<T>() => ServiceLocator.get();