menu
mvvm_service package
documentation
widgets/service_container.dart
ServiceContainer<T extends Service>
factory property
factory property
dark_mode
light_mode
factory
property
ServiceFactory
<
T
>
factory
final
A factory function that returns a
Service
instance.
Implementation
final ServiceFactory<T> factory;
mvvm_service package
documentation
widgets/service_container
ServiceContainer<T extends Service>
factory property
ServiceContainer class