getDirectoryHandle property

Implementation

_i2.Future<_i3.FileSystemDirectoryHandle> Function(
  _i2.String, [
  _i3.FileSystemGetDirectoryOptions?,
]) get getDirectoryHandle => (
      _i2.String p0, [
      _i3.FileSystemGetDirectoryOptions? p1,
    ]) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'getDirectoryHandle',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i6.undefined,
          ],
        ));

Implementation

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