faceImage property
Uint8List?
get
faceImage
Gets the face image from the chip. Returns the face image as Bitmap or null if not read of not exists
Implementation
Uint8List? get faceImage =>
convertToNullableUint8List(_map["faceImage"] as String?);