unwatch method

Future<bool> unwatch()

Implementation

Future<bool> unwatch() async {
  return (await tier1.unwatch()).toSimpleString().payload == 'OK';
}