menu
yjy_flutter_printer_plus package
documentation
flutter_printer_plus.dart
OutputBuffer
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clear the buffer.
Implementation
void clear() { _buffer = Uint8List(_BLOCK_SIZE); length = 0; }
yjy_flutter_printer_plus package
documentation
flutter_printer_plus
OutputBuffer
clear method
OutputBuffer class