startLiveness method

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

Implementation

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