stopFaceCapture method

void stopFaceCapture()

Implementation

void stopFaceCapture() {
  _bridge.invokeMethod("stopFaceCapture", []);
}