MeshagentFileUpload constructor

MeshagentFileUpload({
  1. required RoomClient room,
  2. required String path,
  3. required Stream<List<int>> dataStream,
  4. int size = 0,
})

Implementation

MeshagentFileUpload({required this.room, required super.path, required this.dataStream, super.size = 0}) {
  _upload();
}