disable method

Future<void> disable()

Implementation

Future<void> disable() async {
  room.protocol.send("developer.unwatch", packMessage({}, null));
}