deleteProperty

suspend fun <T> deleteProperty(property: Property<T>): FF4k(source)

Removes a property from the store.

Return

This FF4k instance for method chaining

Parameters

T

The type of the property value

property

The Property to remove