collect method

  1. @override
String collect()
override

Collects and returns the value produced by this wizard step.

Implementation

@override
String collect() => PromptService.ask('Feature Path', defaultValue: 'lib/features');