Fetches the value of a feature flag as a string.
Future<String> getStringFlag( String flagKey, { String defaultValue = '', Map<String, dynamic>? context, });