remove method

dynamic remove()

Implementation

remove() {
  File(filename).deleteSync();
}