getRightEye method Null safety
Get a point of the right eye. Only frontal samples.
Implementation
Point getRightEye() {
    return _getEye("Right");
  }Get a point of the right eye. Only frontal samples.
Point getRightEye() {
    return _getEye("Right");
  }