execute method

Future<void> execute()

Implementation

Future<void> execute() async {
  await taskFunction();
}