readMessageId static method

int readMessageId(
  1. Uint8List bytes
)

Implementation

static int readMessageId(Uint8List bytes) {
  return bytes[0];
}