incrementUse method
Increments the usage counter for expiration times.
Implementation
@override
void incrementUse() {
currentCrypt.incrementUse();
}
Increments the usage counter for expiration times.
@override
void incrementUse() {
currentCrypt.incrementUse();
}