deleteIfExistsSync method

void deleteIfExistsSync()

Implementation

void deleteIfExistsSync() {
  if (existsSync()) deleteSync();
}