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
All show methods do not wait until the user did the action to return:
final result =awaitDisableBatteryOptimization.showDisableAllOptimizationsSettings
print(result); // Prints true even if the user is still seeing the dialog
Expected
It should wait until the dialog is accepted/denied and then return with that value true/false
The text was updated successfully, but these errors were encountered:
Hi, thanks for this library.
All show methods do not wait until the user did the action to return:
Expected
It should wait until the dialog is accepted/denied and then return with that value
true/false
The text was updated successfully, but these errors were encountered: