* Initial plugin pass
* Remove unneeded imports, or else plugins will not build.
* Add try-catch blocks.
Applications will not bomb if the plugin is not installed or user is running in browser.
* handle missing intel variable.
* Add documentation
* Conform to Cordova decorators.
* Add IntelSecurityDataOptions
* Update plugin to use plain `return` method statements.
* Better conform to Ionic Native