collect method

  1. @override
String collect()
override

Collects and returns the value produced by this wizard step.

Implementation

@override
String collect() {
  return PromptService.ask(
    'Project name',
  );
}