unwatch method

Future<void> unwatch()

unwatch

Implementation

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