libraryBlobSignature top-level constant
The first four bytes of a Remote Flutter Widgets binary library blob.
This signature is automatically added by encodeLibraryBlob and is checked in decodeLibraryBlob.
See also:
- dataBlobSignature, which is the signature for binary data blobs.
Implementation
const List<int> libraryBlobSignature = <int>[0xFE, 0x52, 0x46, 0x57];