sendPointer method
position is in the app's logical coordinates.
Implementation
void sendPointer(int phase, int pointer, Offset position) => _send(
ByteWriter(16)
..u8(MessageType.pointer)
..u8(phase)
..u8(pointer & 0xff)
..point(position),
);