delete method

dynamic delete()

Implementation

delete() {
  File(pathFile).deleteSync();
  return true;
}