remove method

void remove()

删除当前文件或目录。

Implementation

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