startLiveness method

Future<EkycResult> startLiveness(
  1. KonnectedScanLivenessType livenessType,
  2. String? faceImageBase64
)

Implementation

Future<EkycResult> startLiveness(KonnectedScanLivenessType livenessType, String? faceImageBase64) {
  throw UnimplementedError('startLiveness() has not been implemented.');
}