remove method

void remove()

Implementation

void remove() {
    Directory(path.join(config.instanceDir, name)).deleteSync(recursive: true);
}