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