menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
InputBuffer
readByte method
readByte method
dark_mode
light_mode
readByte
method
int
readByte
(
)
Read a single byte.
Implementation
int readByte() => buffer[offset++];
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
InputBuffer
readByte method
InputBuffer class