menu
resp_client package
documentation
resp_commands.dart
RespCommandsTier1
get method
get method
dark_mode
light_mode
get
method
Future
<
RespType
>
get
(
String
key
)
Implementation
Future<RespType> get(String key) async { return tier0.execute([ 'GET', key, ]); }
resp_client package
documentation
resp_commands
RespCommandsTier1
get method
RespCommandsTier1 class