onState method
void
onState(
- State state
Called when the feature's state changes.
state: The new state.
Implementation
void onState(State state) {}
Called when the feature's state changes.
state: The new state.void onState(State state) {}