unwatch method
unwatch
Implementation
Future<void> unwatch() async {
(await RespCommandsTier1(_client!).unwatch()).toSimpleString().payload;
return null;
}
unwatch
Future<void> unwatch() async {
(await RespCommandsTier1(_client!).unwatch()).toSimpleString().payload;
return null;
}