showOpenFilePicker method
Implementation
Future<Iterable<FileSystemFileHandle>> showOpenFilePicker(
[OpenFilePickerOptions? options]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'showOpenFilePicker', [options]));
Future<Iterable<FileSystemFileHandle>> showOpenFilePicker(
[OpenFilePickerOptions? options]) =>
js_util.promiseToFuture(
js_util.callMethod(this, 'showOpenFilePicker', [options]));