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