featureFlagServiceProvider top-level property
final
Provides the FeatureFlagService instance.
Implementation
final featureFlagServiceProvider = Provider<FeatureFlagService>((ref) {
return FeatureFlagService();
});
Provides the FeatureFlagService instance.
final featureFlagServiceProvider = Provider<FeatureFlagService>((ref) {
return FeatureFlagService();
});