fun push(value: Any?, callback: WebcomDoneCallback? = null): DatasyncNode
Creates a child of this data node with a unique key and writes a given value at it.
This method exactly chains the createChild and set methods with the DatasyncTime.Now write policy.