then abstract method

PARENT then(
  1. void action()
)

Implementation

PARENT then(final void Function() action);