run method

Future<void> run()

Implementation

Future<void> run() async {
  await _setupWorkflows();
}