showSaveDialog method

Future showSaveDialog([
  1. SaveDialogOptions? options
])

Shows a file save dialog to the user which allows to select a file for saving-purposes.

Implementation

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