Is the following still required in my AndroidManifest.xml?
<uses-permission android:name="com.android.vending.BILLING"/>
the Flutter installation guide doesn’t mention it but I’m following a video which explicitly recommends it.
It’s mentioned a couple of times in relation to react native.