pasteLocalFile method

Future<SafNewFile> pasteLocalFile(
  1. String srcPath,
  2. String treeUri,
  3. String fileName,
  4. String mime, {
  5. bool? overwrite,
})

Implementation

Future<SafNewFile> pasteLocalFile(
    String srcPath, String treeUri, String fileName, String mime,
    {bool? overwrite}) async {
  throw UnimplementedError('pasteLocalFile() has not been implemented.');
}