menu
effect_dart package
documentation
effect_dart.dart
Context<R>
serviceTypes property
serviceTypes property
dark_mode
light_mode
serviceTypes
property
Iterable
<
Type
>
get
serviceTypes
Returns all service types in this context
Implementation
Iterable<Type> get serviceTypes => _services.keys;
effect_dart package
documentation
effect_dart
Context<R>
serviceTypes property
Context class