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