handleOnAttached method
      
void
handleOnAttached()
      
     
    
    
Implementation
void handleOnAttached() {
  if (listenAttachedToWindow) {
    NativeGestureHandle.handleAttachedToWindow(_context, _id, _rootId);
  }
}void handleOnAttached() {
  if (listenAttachedToWindow) {
    NativeGestureHandle.handleAttachedToWindow(_context, _id, _rootId);
  }
}