menu
xcream package
documentation
cli/project_type.dart
ProjectType
create abstract method
create abstract method
dark_mode
light_mode
create
abstract method
void
create
(
String
name
)
Creates a new project with the given
name
.
Implementation
void create(String name);
xcream package
documentation
cli/project_type
ProjectType
create abstract method
ProjectType class