pasteLocalFile method

Future<SafDocumentFile> pasteLocalFile(
  1. String srcPath,
  2. String destDirUri,
  3. String name,
  4. String mime, {
  5. bool overwrite = false,
  6. SafProgressCallback? onProgress,
})

Implementation

Future<SafDocumentFile> pasteLocalFile(
        String srcPath, String destDirUri, String name, String mime,
        {bool overwrite = false, SafProgressCallback? onProgress}) =>
    throw UnimplementedError('pasteLocalFile() has not been implemented.');