generate method
void
generate()
Generates the main.dart and app.dart files.
The generated files include appropriate imports and setup based on the configured state management solution.
Implementation
void generate() {
_generateMain();
_generateApp();
}