Checks if the feature with the given featureKey is enabled.
featureKey
Future<bool> isFeatureEnabled(String featureKey) => throw UnimplementedError('isFeatureEnabled() has not been implemented.');