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