Sorry for the general question but I'm stuck. There are a lot of functions documented on developer.android.com and if I were to use anything from that website in a JAVA android project I would just add the dependency and start coding. But how does it work when I use Ionic instead? Or should the question be what if I use Cordova instead? Not even sure about how to ask the right question. For example I want to use the WorkManager: https://developer.android.com/topic/libraries/architecture/workmanager
How do I do that in an Ionic project? I tried to google "ionic workmanager" but I find no documentation. Which surprises me because ionic is an essential framework and the workmanager is an essential component of android.