isFeatureActive abstract method

bool isFeatureActive(
  1. String namespace
)

Check if a feature is loaded/active (i.e running right now)

Implementation

bool isFeatureActive(String namespace);