watch method

void watch()

Implementation

void watch()  {
  _wr = WeakReference(this);
 FlutterLeakCanary.get().watch(_wr);
}