Decrements the value of an item.
static Future<int> decrement(String key, [int value = 1]) async { return _driver.decrement(key, value); }