Get the file path for a stored image by ID.
String? getStoredImagePath(int imageId) { return _storedImagePaths[imageId]; }