menu
keyscope_client package
documentation
keyscope_commands_base.dart
KeyscopeCommandsBase
decr abstract method
decr abstract method
dark_mode
light_mode
decr
abstract method
Future
<
int
>
decr
(
String
key
)
Decrements the number stored at
key
by one.
Implementation
Future<int> decr(String key);
keyscope_client package
documentation
keyscope_commands_base
KeyscopeCommandsBase
decr abstract method
KeyscopeCommandsBase class