handlePressIn method
      
void
handlePressIn()
      
     
    
    
Implementation
void handlePressIn() {
  if (needHandle(GestureType.pressIn)) {
    NativeGestureHandle.handlePressIn(_context, _id, _rootId);
  }
}void handlePressIn() {
  if (needHandle(GestureType.pressIn)) {
    NativeGestureHandle.handlePressIn(_context, _id, _rootId);
  }
}