futureToRun method

  1. @override
Future<String?> futureToRun()
override

Set so you don't need to use a future to run, but the user has the option to.

Implementation

@override
Future<String?> futureToRun() async => null;