menu
resp_client package
documentation
resp_commands.dart
RespCommandsTier2
discard method
discard method
dark_mode
light_mode
discard
method
Future
<
bool
>
discard
(
)
Implementation
Future<bool> discard() async { return (await tier1.discard()).toSimpleString().payload == 'OK'; }
resp_client package
documentation
resp_commands
RespCommandsTier2
discard method
RespCommandsTier2 class