setValue static method

String? setValue(
  1. String key,
  2. String value
)

Executes SetValue

Implementation

static String? setValue(String key, String value) => _apiFound ? _version.setValue(key, value) : null;