FlutterSmartfacePlatformCameraController constructor

FlutterSmartfacePlatformCameraController({
  1. required Future<void> switchCamera(),
  2. required Future<void> closeAndPop(),
  3. Future<void> setLivenessThreshold(
    1. double
    )?,
})

Implementation

FlutterSmartfacePlatformCameraController({
  required this.switchCamera,
  required this.closeAndPop,
  this.setLivenessThreshold,
});