resolve method

Future<Iterable<String>> resolve(
  1. FileSystemHandle possibleDescendant
)

Implementation

Future<Iterable<String>> resolve(FileSystemHandle possibleDescendant) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'resolve', [possibleDescendant]));