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