getShareableSource method

Future<String> getShareableSource(
  1. ByteData bytes
)

Prepares image bytes for sharing and returns a platform-safe string (file path on native, blob URL/data URI on web).

Implementation

Future<String> getShareableSource(ByteData bytes) => delegate.getShareableSource(bytes);