sonanis
Results
1
comments of
sonanis
Same issue here. flutter SDK 2.10.3 permission_handler: 10.2.0 or 11.0.1 device: Android 13 ``` static Future locationGranted() async { bool isGranted = true; Map statuses = await [ Permission.location, ].request();...