startLiveness method

void startLiveness(
  1. List<VerificationAction> actions, [
  2. bool? mainCamera
])

Implementation

void startLiveness(List<VerificationAction> actions, [bool? mainCamera]) {
  throw UnimplementedError('startLiveness() has not been implemented.');
}