Flutter
foundation
WriteBuffer
putUint8 method
putUint8
description
putUint8
method
Null safety
void
putUint8
(
int
byte
)
Write a Uint8 into the buffer.
Implementation
void putUint8(int byte) { assert(!_isDone); _add(byte); }
Flutter
foundation
WriteBuffer
putUint8 method
WriteBuffer class
Constructors
WriteBuffer
Properties
hashCode
runtimeType
Methods
done
noSuchMethod
putFloat32List
putFloat64
putFloat64List
putInt32
putInt32List
putInt64
putInt64List
putUint16
putUint32
putUint8
putUint8List
toString
Operators
operator ==