PublicSharingContentTransformer typedef
Signature of a transformer that rewrites the (plaintext) content of a resource as part of the public/authenticated-user sharing lifecycle.
Implementation
typedef PublicSharingContentTransformer = Future<String> Function(
String resourceUrl,
String content,
);