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