create method

void create(
  1. {bool recursive = false}
)

Implementation

void create({bool recursive = false}) {
  io.create(path, recursive: recursive);
}