PickedFile constructor
      
      PickedFile(
    
- String path
Construct a PickedFile object, from its bytes.
Optionally, you may pass a path. See caveats in PickedFileBase.path.
Implementation
PickedFile(super.path) {
  throw UnimplementedError(
    'PickedFile is not available in your current platform.',
  );
}