NativeGeocoder Plugin beta was not working

Even after installing the cordova plugin and ionic -native plugin for NativeGeocoder beta was not working. It was giving error"plugin not installed" but after I wrapped the code in platform.ready() {//call ur geoNative code method here} method , it started working.

.