static Future<bool> requestCameraPermission() async { final bool granted = await await PermissionCamera.requestCameraPermission(); return granted; }