resendAll method

void resendAll()

Sends an empty MapUpdate down the stream to all attached listeners.

Implementation

void resendAll() {
  _send({}, _map, _map);
}