updateData method

void updateData(
  1. Iterable<T> data
)

Implementation

void updateData(Iterable<T> data) {
  onDidUpdateData.sink.add(data);
}