* Remove the Component update event listening, default is remove all, * also you can remove one by pass the listener
(listener?: Function)
| 27 | * also you can remove one by pass the listener |
| 28 | */ |
| 29 | removeOnUpdateState(listener?: Function): void; |
| 30 | /** |
| 31 | * Force to update the Component |
| 32 | */ |
no outgoing calls
no test coverage detected