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