Future<bool> requestLocationPermission() async { final status = await Permission.location.request(); return status.isGranted; }