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