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