You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I excepted the await (e.g. await AppSettings.openAppSettings(type: AppSettingsType.notification)) is waiting until the user back to the app, in this way I can check by myself if the user is granted the permission or not, I see a lot of discussion here about this and it's still doesn't work.
await AppSettings.openAppSettings(type: AppSettingsType.notification);
print('returned from notification settings');
The sentence is printed as soon as user enters settings menu. Expected it to be printed after he returns to app from settings.
I excepted the
await
(e.g.await AppSettings.openAppSettings(type: AppSettingsType.notification)
) is waiting until the user back to the app, in this way I can check by myself if the user is granted the permission or not, I see a lot of discussion here about this and it's still doesn't work.The sentence is printed as soon as user enters settings menu. Expected it to be printed after he returns to app from settings.
Originally posted by @slice-mohit in #99 (comment)
The text was updated successfully, but these errors were encountered: