unwatch method

Future<void> unwatch()

unwatch

Implementation

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