bulkUpdateReads abstract method

Future<void> bulkUpdateReads(
  1. Map<String, List<Read>> reads
)

Bulk updates the read data of multiple channels.

Implementation

Future<void> bulkUpdateReads(Map<String, List<Read>> reads);