static Future<bool?> checkiOSPermissions() async { final permissions = await CameraInterface().checkPermissions(); return permissions.isEmpty; }