then method
PARENT
then(
- void action()
override
Implementation
PARENT then(final void Function() action) => this.parent..execute(action);
PARENT then(final void Function() action) => this.parent..execute(action);