clearPrintBuffer method

Future<bool> clearPrintBuffer()

Clear the print buffer

Implementation

Future<bool> clearPrintBuffer() {
  throw UnimplementedError('clearPrintBuffer() has not been implemented.');
}