setInt8 method

void setInt8(
  1. int value
)

Implementation

void setInt8(final int value) => setInt(value, ByteLength.i8);