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