libraryBlobSignature top-level constant

List<int> const libraryBlobSignature

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:

Implementation

const List<int> libraryBlobSignature = <int>[0xFE, 0x52, 0x46, 0x57];