beginAction method
Implementation
void beginAction(Action action, {bool breakChain = false}) {
if (breakChain) {
breakCoalescing();
}
_currentAction = action;
}
void beginAction(Action action, {bool breakChain = false}) {
if (breakChain) {
breakCoalescing();
}
_currentAction = action;
}