watch method

void watch()

Start watching capture behavior

Implementation

void watch() {
  _channel.invokeMethod("watch");
}