removeAllFilterVariables method

void removeAllFilterVariables()

Removes all previously added Sync filter variable values.

Note: If the client is already logged in, this change is not applied until applyFilterVariables is called. See putFilterVariable for details.

See also putFilterVariable and removeFilterVariable.

Implementation

void removeAllFilterVariables() {
  checkObx(C.sync_filter_variables_remove_all(_ptr));
}