Hi.
I’m trying to create a simple POC for an app that opens an URL as soon as it is started (Android). Followed the docs at https://ionicframework.com/docs/native/in-app-browser to no avail.
Not sure how to proceed beyond this line:
import { InAppBrowser } from '@ionic-native/in-app-browser/'
I’m a noob