onRun abstract method

Future<void> onRun()

abstract method that is called at the end of run() to give the implementing class a chance to print some instructions (or perform some other final setup) after the tap handler is hooked up

Implementation

Future<void> onRun();