Set
info
fieldIdentifier where ids but this method is deprecated, use fieldSlug instead
setFieldByIdAndMetadata
Set the saved field by its id and metadata
Arguments
- fieldIdentifier:
stringthe slug of the field - metadata:
Map<String, dynamic>the metadata - value:
dynamicthe new value
Return void
setFieldByIdAndMetadata(fieldIdentifier, metadata, value)
setFieldByIdAndMetadataNoRefresh
The exact same as setFieldByIdAndMetadata but without refreshing the UI
setFieldByIdAndMetadataNoRefresh(fieldIdentifier, metadata, value)
Table
| Function Name | Description | First Argument | Second Argument | Third Argument | Return |
|---|---|---|---|---|---|
| setFieldByIdAndMetadata | Set the saved field by its id and metadata | fieldIdentifier: the slug of the field | metadata: the metadata | value: the new value | void |
| setFieldByIdAndMetadataNoRefresh | The same as setFieldByIdAndMetadata but without refreshing the UI | fieldIdentifier: the slug of the field | metadata: the metadata | value: the new value | void |