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