raw method

Future<int> raw()

Retrieves the current raw counter value without checking expiration.

This method returns the current counter value directly, bypassing any expiration logic.

Returns the current counter value.

Implementation

Future<int> raw() => value.getOrFallback(fallbackValue());