removeEntry method

Future<void> removeEntry(
  1. String name, [
  2. FileSystemRemoveOptions? options
])

Implementation

Future<void> removeEntry(String name, [FileSystemRemoveOptions? options]) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'removeEntry', [name, options]));