scanResidentCard method
Start the Resident (RC) Card scanning process
The cardNumber
value is required to read the content of the card
Implementation
Future<void> scanResidentCard({
required String cardNumber,
}) {
throw UnimplementedError('scanResidentCard() has not been implemented.');
}