flushData method

void flushData()

Adds an empty array to the stream

Implementation

void flushData() {
  _dataFeed.sink.add([]);
}