Set an int (encoded as uint) at the given key.
key
void setUint(String key, int value) { _scalarData.setUint32(0, value, Endian.little); return _set(key, _scalarBuf); }