unwatch method

Future<RespType> unwatch()

Implementation

Future<RespType> unwatch() async {
  return tier0.execute([
    'UNWATCH',
  ]);
}