run abstract method

Future<T> run()

Method that will be executed in the functionality. Remember when overrided to establish async.

Implementation

Future<T> run();