Function add_synchronized_client_global_id

Source
pub fn add_synchronized_client_global_id(global_id: &str)
Expand description

Add an ID to the list of global IDs whose value changes should be sent to the
server by clients.

global_id The ID.

Returns void