signatureImage property

Uint8List? get signatureImage

Gets the signature image from the chip. Return the signature image as Bitmap or null if not read or not exists

Implementation

Uint8List? get signatureImage =>
    convertToNullableUint8List(_map["signatureImage"] as String?);