dropWhenInputQueued property
bool
get
dropWhenInputQueued
Whether this message can be dropped when fresher user input is queued.
This is intended for low-priority periodic updates such as animation ticks or metrics samples where processing every queued instance is less important than keeping interactive input responsive.
Implementation
bool get dropWhenInputQueued => false;