create abstract method

void create(
  1. String name
)

Creates a new project with the given name.

Implementation

void create(String name);