deleteProperty

suspend fun <T> deleteProperty(property: Property<T>): ERROR CLASS: Unresolved name: apply(source)

Removes a property from the store.

Return

This FF4k instance for method chaining

Parameters

property

The Property to remove

Type Parameters

T

The type of the property value