isFeatureEnabled method

Future<bool> isFeatureEnabled(
  1. String featureKey
)

Implementation

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