parseUtf8 method

(int, Event?) parseUtf8(
  1. List<int> buf
)

Implementation

(int, Event?) parseUtf8(List<int> buf) => parseUtf8At(buf, 0);