I am new to Firebase Cloud Messaging. While I was developing and using single AVD to test, I noticed that the token changed.
There is a similar question, but it does not help when developing with Flutter.
How can I get the new token? Will the token change while the app is running or in between app stop and start?
In the other question's answer, it says:
As you pointed out the token can change, in which case the onTokenRefresh() method will be called again.
How will it happen in case of Flutter?