getUnreadCountStream method

Stream<int> getUnreadCountStream()

A stream of unread message counts from the native platform.

Implementation

Stream<int> getUnreadCountStream() {
  throw UnimplementedError(
    'getUnreadCountStream() has not been implemented.',
  );
}