menu
khadem package
documentation
contracts.dart
ICacheManager
increment abstract method
increment abstract method
dark_mode
light_mode
increment
abstract method
Future
<
int
>
increment
(
String
key
, [
int
amount
=
1
])
Increment the value of an item in the cache.
Implementation
Future<int> increment(String key, [int amount = 1]);
khadem package
documentation
contracts
ICacheManager
increment abstract method
ICacheManager class