Future<void> setTimeout(int timeout) { return hostApi.nfcASetTimeout(handle: _handle, timeout: timeout); }