Future<bool> checkCameraPermission() async { return await checkPermission([Platform.isIOS ? Permission.photos : Permission.camera]); }