minusAssign

abstract suspend operator fun minusAssign(propertyId: String)(source)

Removes a property from the store by id.

Usage: store -= "propertyName"

Parameters

propertyId

the id of the property to remove