BanhmiDev / admob_consent

This is a wrapper for Google's User Messaging Platform (UMP) SDK in Flutter
https://pub.dev/packages/admob_consent
Apache License 2.0
12 stars 11 forks source link

NPE Checks due to many showing in production app. #16

Open samlotti opened 3 years ago

samlotti commented 3 years ago

Wrapped the methodChannel invoke with null checks.
This is based on the NPE showing in the google play console.
Could not reproduce it but this change does stop the bad behavior crashes.