setInt method

dynamic setInt (String key, int value)

Implementation

setInt(String key, int value) {
  setValue(key, value);
}