conversationStatusChanged property

Stream<(int, String)> get conversationStatusChanged

Implementation

Stream<(int, String)> get conversationStatusChanged =>
    _conversationStatusChangedController.stream;