removeField method
Removes the field at index.
If no field exists at index the method is a no-op.
Parameters
index: Zero-based index of the field to remove.
Also see:
- fieldsCount — Get the total number of fields.
Implementation
void removeField(final int index) {
objectMethod(pointerId, 'ContactInfo', 'removeField', args: index);
}