menu
Flutter
foundation.dart
WriteBuffer
putUint8 method
putUint8
dark_mode
light_mode
description
putUint8
method
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
Cookies management controls