stateReset static method
- @Deprecated('Use CollectionView.stateActions(stateName).reset() instead')
- String stateName
Resets the state.
Implementation
@Deprecated('Use CollectionView.stateActions(stateName).reset() instead')
static void stateReset(String stateName) {
updateState(stateName, data: {"action": "reset", "data": {}});
}