canUseFilePicker property
bool
get
canUseFilePicker
Check if file picker can be used on current platform
Implementation
static bool get canUseFilePicker {
return true; // file_picker supports all platforms
}