ensureDoesNotExist method

void ensureDoesNotExist(
  1. String filename, {
  2. bool recursive = false,
})

Implementation

void ensureDoesNotExist(String filename, {bool recursive = false}) {
  throw UnsupportedError('FileSync.tempDirectory()');
}