isEnabled method

bool isEnabled(
  1. String key
)

Implementation

bool isEnabled(String key) {
  return feature(key).isEnabled;
}