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

Is it possible to reset / show the consent dialog again? #2

Closed tim-tonic closed 3 years ago

tim-tonic commented 3 years ago

Is it possible to reset / show the consent dialog again?

BanhmiDev commented 3 years ago

It sounds like a good idea to have an argument like consent.show(forceShow: true). I'll do a commit tonight to add this feature, will update this thread then.

tim-tonic commented 3 years ago

Great support! Thank you very much for your quick answer! I am waiting for your answer :-) Thx!

BanhmiDev commented 3 years ago

It has been added, just uploaded admob_consent: ^1.1.2 with 20e23bb5e5845168b6a471ce887fb34b73392495.

tim-tonic commented 3 years ago

I already tried it. Works perfectly. Big thanks!