updateReads method

Future<void> updateReads(
  1. String cid,
  2. List<Read> reads
)

Updates the read data of a particular channel cid with the new reads data

Implementation

Future<void> updateReads(String cid, List<Read> reads) =>
    bulkUpdateReads({cid: reads});