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
Just add:
if (await Permission.phone.request().isGranted) {
print('OKkkkkkkkkkkkk');
} else {
print('ERROoooooooooo');
}
just before the callkeep setup()
I call setup as in the example, to acquire permissions.
The first time a run the App the permissions are asked.
When I call "displayIncomingCall" the Excpetion is thrown:
The text was updated successfully, but these errors were encountered: