clearValueOnly method
Resets the counter value to its fallback value but retains the last update timestamp.
This method sets the counter value to the fallback value, which is defined as zero, without altering the last update timestamp.
Implementation
Future<void> clearValueOnly() => value.set(fallbackValue());