rmSync abstract method

void rmSync(
  1. String path, {
  2. bool recursive,
  3. bool force,
})

Removes files and directories (with recursive option).

Implementation

void rmSync(String path, {bool recursive, bool force});