EnrollmentRequest.withImage constructor

EnrollmentRequest.withImage(
  1. String externalId,
  2. Uint8List trustedImage, {
  3. String? groupId,
})

Implementation

EnrollmentRequest.withImage(
  String externalId,
  Uint8List trustedImage, {
  String? groupId,
})  : _externalId = externalId,
      _trustedImage = trustedImage,
      _groupId = groupId;