startWriteStream method

Future<SafWriteStreamInfo> startWriteStream(
  1. String treeUri,
  2. String fileName,
  3. String mime, {
  4. bool? overwrite,
  5. bool? append,
})

Implementation

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