FlutterSmartfacePlatformCameraController constructor

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

Creates a controller that proxies camera commands to the native side.

Implementation

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