Future<Uint8List> transceive(Uint8List bytes) { return hostApi.nfcATransceive(handle: _handle, bytes: bytes); }