Delete
info
fieldIdentifier where ids but this method is deprecated, use fieldSlug instead
deleteFieldsWithSubMetadata
Delete saved all fields that match the metadata
Arguments
- metadata:
Map<String, dynamic>
the metadata
Return void
deleteFieldsWithSubMetadata(metadata)
deleteFieldByIdAndMetadata
Delete field by its id and metadata
Arguments
- fieldIdentifier:
string
the 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)
Table
Function Name | Description | First Argument | Second Argument | Third Argument | Return |
---|---|---|---|---|---|
deleteFieldsWithSubMetadata | 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 |