In flutter how i can check if location is enabled for IOS?
I found solution for android in this post: In flutter how i can check if location is enabled? but I still can not find how to check if location is enabled for IOS, I need to have bool, and I…