addFeed method

void addFeed(
  1. int dot
)

Implementation

void addFeed(int dot) {
  final feed = "FEED $dot$tscFix".codeUnits;
  _byte += feed;
}