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