formFeed static method

List<int> formFeed()

Implementation

static List<int> formFeed() {
  return [0x0C]; // FF
}