decr abstract method

Future<int> decr(
  1. String key
)

Decrements the number stored at key by one.

Implementation

Future<int> decr(String key);