* Add SecureStorage plugin.
* Add SecureStorage plugin.
* Added create() and removed init() to provide more consistency to ionic-native plugins.
Edited comments to reflect changes.
* Removed init and comment edit.
* Updates docs for CameraPreview, Base64ToGallery and Developer.MD
-DEVELOPER.md: Corrects 'npm run tslint' instruction to 'npm run lint'
-CameraPreview: Fixes syntax error in hide
-Base64ToGallery: Adds desc of options obj props
* Fixes resolveLocalFileSystemURL bug in File.readAsText() and adds File.readAsDataUrl()
- File.readAsText(): window.resolveLocalFileSystemURL() was incorrectly implemented
* Updates callback arg in File.checkFile()
Callback arg of window.resolveLocalFileSystemURL was fileSystem, but it actually returns fileEntry
* Corrects repo link and comments out setFlashMode()
- Repo prop and link in desc were not pointing to the same gh repo as the plugin
- setFlashMode() is not currently available in the repo that gets pulled by the corodova plugin
-DEVELOPER.md: Corrects 'npm run tslint' instruction to 'npm run lint'
-CameraPreview: Fixes syntax error in hide
-Base64ToGallery: Adds desc of options obj props
* - Add support for canShareViaEmail
- Make the following parameters in shareViaEmail method optional: cc, bcc, files
- Add usage for canShareViaEmail and shareViaEmail
- Fix some formatting to be more consistent
- Fix pluginRef
* Fix import
* Change static fields from default (private) to public
* Move methods below primitve
* Stay @private in docs due to prevent the docs generator from documenting them