sync method

void sync()

Manually send a SYNC state update.

Implementation

void sync() {
  if (_ended) return;
  _send(kind: 'SYNC', coalesce: true);
}