Scan a card using NFC.
The result will be notified via events:
scan_card_success
scan_card_error
A function that cancels the ongoing scanCard operation.
Scan a card using NFC.
The result will be notified via events:
scan_card_success
: { card: { uid, isAkilesCard } }scan_card_error
: { error: { code, description } }