getConfigStringValue method

String? getConfigStringValue(
  1. String key
)

Implementation

String? getConfigStringValue(String key) {
  return currentState.getConfigStringValue(key);
}