After successfully completing all the necessary steps to create a new Cordova plugin as outlined in the link below:
Start android activity from cordova plugin
I executed the command cordova plugin ls
which returned the following result:
com.example.sample.plugin 0.0.1 "PluginName"
This confirms that my plugin has been added to the project.
However, I am encountering an issue where I am unable to import it into the .ts file of my Ionic 4 project. What should be the correct import statement to enable me to utilize the plugin?