suggestedStartLocation property

  1. @override
PickerLocationId get suggestedStartLocation
override

Implementation

@override
PickerLocationId get suggestedStartLocation =>
    _iFileOpenPicker.suggestedStartLocation;
  1. @override
set suggestedStartLocation (PickerLocationId value)
override

Implementation

@override
set suggestedStartLocation(PickerLocationId value) =>
    _iFileOpenPicker.suggestedStartLocation = value;