block library

Classes

Block
A class representing an efficient container for binary data.

Typedefs

Builder = void Function(Updates updates)
Function that builds a Block by adding binary data chunks.
Updates = void Function(Uint8List bag)
Callback function that receives a binary data chunk.