showOpenDialog method

Future showOpenDialog([
  1. OpenDialogOptions? options
])

Shows a file open dialog to the user which allows to select a file for opening-purposes.

Implementation

_i2.Future<_i2.dynamic> showOpenDialog([_i4.OpenDialogOptions? options]) =>
    _i3.promiseToFuture(_i3.callMethod(
      this,
      'showOpenDialog',
      [options ?? _i5.undefined],
    ));