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