run abstract method
Method that will be executed in the functionality. Remember when overrided to establish async.
Implementation
Future<T> run();
Method that will be executed in the functionality. Remember when overrided to establish async.
Future<T> run();