clearWatch method

void clearWatch(
  1. int watchId
)

Implementation

void clearWatch(int watchId) =>
    js_util.callMethod(this, 'clearWatch', [watchId]);