menu
swift_flutter package
documentation
store/store.dart
Store
has<T> method
has<T> method
dark_mode
light_mode
has<
T
>
method
bool
has
<
T
>(
)
Check if a service is registered
Implementation
bool has<T>() => _services.containsKey(T);
swift_flutter package
documentation
store/store
Store
has<T> method
Store class