getConfigBoolValue method

bool getConfigBoolValue(
  1. String key
)

Implementation

bool getConfigBoolValue(String key) {
  return currentState.getConfigBoolValue(key);
}