writeI24 method

void writeI24(
  1. int value
)

Implementation

void writeI24(int value) {
  writeBytes(i24ToBytes(value));
}