eraseDisplay static method

void eraseDisplay([
  1. int type = 0
])

Erases the Display

Implementation

static void eraseDisplay([int type = 0]) => writeANSI('${type}J');