shareFile function

void shareFile(
  1. List<String> pathFiles,
  2. String text
)

Implementation

void shareFile(final List<String> pathFiles, final String text) => Share.shareFiles(pathFiles, text: text);