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