stopFaceCapture method

void stopFaceCapture()

Implementation

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