Hello, I am developing applications with flutter. I installed the Onesignal SDK. I made the adjustments as stated in the document and started onesignal in the main.dart file.
However, while onesignal is running in debug mode, release mode does not work. In debug mode, I can get variables such as player_id and the user can subscribe. These operations do not work in release mode. Can you help me?