FlutterSmartfacePlatformCameraController constructor
FlutterSmartfacePlatformCameraController({
- required Future<
void> switchCamera(), - required Future<
void> closeAndPop(), - Future<
void> setLivenessSecurityLevel(- double
Creates a controller that proxies camera commands to the native side.
Implementation
FlutterSmartfacePlatformCameraController({
required this.switchCamera,
required this.closeAndPop,
this.setLivenessSecurityLevel,
});