Ionic capacitor getBaseContext

I am developing a plugin with capacitor for Android, but I can’t get the Context in my function
I specifically need to use getBaseContext ()
Know a way to get Context on a capacitor plugin?

helped me: getBridge().context

1 Like