@DomName('Clients.get') @DocsEditable() @Experimental() // untriaged Future get(String id) => promiseToFuture(JS("", "#.get(#)", this, id));