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