transceive method
Sends a raw command to the tag and returns its answer.
The connection is opened on first use and held for the rest of the session, so a
Mifare Classic sector authentication still applies to the readBlock that follows.
Implementation
Future<Uint8List> transceive(Uint8List data) => androidApi.transceive(_handle, _tech, data);