Sets an int value for the given key.
int
key
static Future<bool> setInt(String key, int value) => _instance.setInt(key, value);