reset abstract method

FutureOr<void> reset(
  1. String key
)

Clears the counter for key.

Implementation

FutureOr<void> reset(String key);