Hello, I want to retrieve the OneSignal device ID and save it to FFAppState
in my FlutterFlow app.
What is the best way to get the OneSignal ID? Is there a function or action that returns the OneSignal ID?
How can I store the retrieved OneSignal ID in
FFAppState
?Should I perform this task in main.dart, or should I do it during the login or create account process?
I would appreciate your help in figuring out the best approach for this.