delete static method

void delete()

Implementation

static void delete() {
  final file = _file;
  if (file.existsSync()) file.deleteSync();
}