MCPcopy Index your code
hub / github.com/MrFuFuFu/RxFace / setAsync

Method setAsync

sdk_unuse/PostParameters.java:68–71  ·  view source on GitHub ↗

async=true|false @param flag @return this

(boolean flag)

Source from the content-addressed store, hash-verified

66 * @return this
67 */
68 public PostParameters setAsync(boolean flag) {
69 addString("async", ""+flag);
70 return this;
71 }
72
73 /**
74 * url=...

Callers

nothing calls this directly

Calls 1

addStringMethod · 0.95

Tested by

no test coverage detected