enable method

Future<void> enable()

Implementation

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