getReadsByCid abstract method

Future<List<Read>> getReadsByCid(
  1. String cid
)

Get stored channel Reads by providing channel cid

Implementation

Future<List<Read>> getReadsByCid(String cid);