getLeftEye method Null safety
Get a point of the left eye. Only frontal samples.
Implementation
Point getLeftEye() {
return _getEye("Left");
}
Get a point of the left eye. Only frontal samples.
Point getLeftEye() {
return _getEye("Left");
}