sync method
void
sync()
Manually send a SYNC state update.
Implementation
void sync() {
if (_ended) return;
_send(kind: 'SYNC', coalesce: true);
}
Manually send a SYNC state update.
void sync() {
if (_ended) return;
_send(kind: 'SYNC', coalesce: true);
}