featureFlagServiceProvider top-level property

Provider<FeatureFlagService> featureFlagServiceProvider
final

Provides the FeatureFlagService instance.

Implementation

final featureFlagServiceProvider = Provider<FeatureFlagService>((ref) {
  return FeatureFlagService();
});