File Picker in place of File Chooser

I want to use FileChooser in my ionic project but when I was looking for File Chooser in native part of document, all i have found was File Picker under the name of File Chooser (File chooser is mentioned two times inside menu and both are selected if you select any one and both points to the same File Picker document).
So is it any mistake in the documentation or we have to use File Picker in place of File Chooser? And I want to use File Chooser for android as File Picker has the only iOS as its supported platform.

https://ionicframework.com/docs/native/file-chooser/ is a wrapper for https://github.com/jcesarmobile/FilePicker-Phonegap-iOS-Plugin - so there is just a discrepancy on the name of those two elements, but they do work together.

For the duplicated entry in the navigation for this Ionic Native wrapper, please create an issue at https://github.com/ionic-team/ionic-native/issues