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