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