menu
flutter_catalyst package
documentation
flutter_catalyst.dart
DependencyContainer
has<T> method
has<T> method
dark_mode
light_mode
has<
T
>
method
@
override
bool
has
<
T
>(
)
override
Check if a specific dependency is registered
Implementation
@override bool has<T>() { return _has(T); }
flutter_catalyst package
documentation
flutter_catalyst
DependencyContainer
has<T> method
DependencyContainer class