MLCustomInteractiveLivenessDetectionAnalyzer constructor

MLCustomInteractiveLivenessDetectionAnalyzer()

Implementation

MLCustomInteractiveLivenessDetectionAnalyzer() {
  _customizedViewChannel = const MethodChannel('$baseChannel.customizedView');
  _remoteViewChannel = const MethodChannel('$baseChannel.remoteview');
  _remoteViewChannel.setMethodCallHandler(listenCustomizedLifecycle);
}