Delete
info
fieldIdentifier where ids but this method is deprecated, use fieldSlug instead
deleteFieldsBySubMetadata
Delete saved all fields that match the metadata
Arguments
- metadata:
Map<String, dynamic>the metadata
Return void
deleteFieldsBySubMetadata(metadata)
deleteFieldByIdAndMetadata
Delete field by its id and metadata
Arguments
- fieldIdentifier:
stringthe slug of the field - metadata:
Map<String, dynamic>the metadata
Return void
deleteFieldByIdAndMetadata(fieldIdentifier, metadata)
deleteFieldByIdAndMetadataNoRefresh
The exact same as deleteFieldByIdAndMetadata but without refreshing the UI
deleteFieldByIdAndMetadataNoRefresh(fieldIdentifier, metadata)
deleteFieldsByIdAndSubMetadata
Delete fields matching the id and the sub-metadata
Arguments
- fieldIdentifier:
stringthe slug of the field - metadata:
Map<String, dynamic>the metadata
Return void
deleteFieldsByIdAndSubMetadata(fieldIdentifier, metadata)
Table
| Function Name | Description | First Argument | Second Argument | Third Argument | Return |
|---|---|---|---|---|---|
| deleteFieldsBySubMetadata | Delete saved all fields that match the metadata | metadata: the metadata | void | ||
| deleteFieldByIdAndMetadata | Delete field by its id and metadata | fieldIdentifier: the slug of the field | metadata: the metadata | void | |
| deleteFieldByIdAndMetadataNoRefresh | The exact same as deleteFieldByIdAndMetadata but without refreshing the UI | fieldIdentifier: the slug of the field | metadata: the metadata | void | |
| deleteFieldByIdAndSubMetadata | Delete fields matching the id and the sub-metadata | fieldIdentifier: the slug of the field | metadata: the metadata | void |