currentUserReadStream property

Stream<Read?> currentUserReadStream

Channel read for the logged in user as a stream.

Implementation

Stream<Read?> get currentUserReadStream =>
    readStream.map((read) => read.firstWhereOrNull(_isCurrentUserRead));