removeEntry property

Future<void> Function(String, [FileSystemRemoveOptions?]) get removeEntry

Implementation

_i2.Future<void> Function(
  _i2.String, [
  _i3.FileSystemRemoveOptions?,
]) get removeEntry => (
      _i2.String p0, [
      _i3.FileSystemRemoveOptions? p1,
    ]) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'removeEntry',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        ));
set removeEntry (Future<void> value(String, [FileSystemRemoveOptions?]))

Implementation

set removeEntry(
    _i2.Future<void> Function(
      _i2.String, [
      _i3.FileSystemRemoveOptions?,
    ]) value) {
  _i4.setProperty(
    this,
    'removeEntry',
    _i4.allowInterop(value),
  );
}