remove method

int remove(
  1. String filename
)

Deletes a file.

Implementation

int remove(String filename) {
  return ioRemoveSync(filename);
}