Prepares image bytes for sharing and returns a platform-safe string (file path on native, blob URL/data URI on web).
Future<String> getShareableSource(ByteData bytes) => delegate.getShareableSource(bytes);