scanDriverLicenseCard method
Start the Driver License (DL) Card scanning process
The pin1
and pin2
is required to read the content of the card
Implementation
Future<void> scanDriverLicenseCard({
required String pin1,
required String pin2,
}) async {
throw UnimplementedError('scanDriverLicenseCard() has not been implemented.');
}