menu
state_flow package
documentation
state_flow.dart
ServiceLocator
getByType<T> method
getByType<T> method
dark_mode
light_mode
getByType<
T
>
method
T
getByType
<
T
>(
Type
type
)
Implementation
T getByType<T>(Type type) { return _getByType<T>(type); }
state_flow package
documentation
state_flow
ServiceLocator
getByType<T> method
ServiceLocator class