isFeatureEnabled method

Future<bool> isFeatureEnabled(
  1. String featureKey
)

Checks if the feature with the given featureKey is enabled.

Implementation

Future<bool> isFeatureEnabled(String featureKey) =>
    throw UnimplementedError('isFeatureEnabled() has not been implemented.');