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