Is there a way to get Firebase InApp Messaging programmatically?
InstanceID.instanceID().instanceID {} // returns fcm token
Messaging.messaging().fcmToken // returns fcm token
We can get the InApp Messaging while enabling the debug mode argument, but I wonder if this is possible to get it programatically.