printText method

void printText(
  1. bool isAutoFeed
)

Implementation

void printText(bool isAutoFeed){
  throw UnimplementedError('printText() has not been implemented');
}