suggestedStartLocation property

  1. @override
PickerLocationId suggestedStartLocation
override

Implementation

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

Implementation

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