then method

PARENT then(
  1. void action()
)
override

Implementation

PARENT then(final void Function() action) => this.parent..execute(action);