createProject abstract method

Future<void> createProject(
  1. ProjectConfig config
)

Creates a Flutter project with the given configuration

Implementation

Future<void> createProject(ProjectConfig config);