Notify server that a message or messages were read or received. Does NOT return promise
void note(String topicName, String what, int seq) { _tinodeService.note(topicName, what, seq); }