Skip to content

Instantly share code, notes, and snippets.

@Frankdroid7
Last active December 13, 2022 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Frankdroid7/f91757ac78da40a966d8898d0d70ca07 to your computer and use it in GitHub Desktop.
Save Frankdroid7/f91757ac78da40a966d8898d0d70ca07 to your computer and use it in GitHub Desktop.
shareTwoPdfFiles(String pdfPath, String secondPdfPath) {
Share.shareXFiles([XFile(pdfPath), XFile(secondPdfPath)]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment