decodeBytes method
Convenience: decodes a buffer produced by encodeBytes (or the bridge).
Implementation
T? decodeBytes(Uint8List bytes, [int byteOffset = 0]) => read(ByteData.sublistView(bytes), byteOffset);
Convenience: decodes a buffer produced by encodeBytes (or the bridge).
T? decodeBytes(Uint8List bytes, [int byteOffset = 0]) => read(ByteData.sublistView(bytes), byteOffset);