insertI24 method

void insertI24(
  1. int value
)

Implementation

void insertI24(int value) {
  insertBytes(i24ToBytes(value));
}