DetectedFaceAttackSupport.create constructor

DetectedFaceAttackSupport.create()

Create a new instance of the DetectedFaceAttackSupport.

Implementation

DetectedFaceAttackSupport.create() : _handle = calloc() {
  _finalizer.attach(this, _handle, detach: this);
}