status property

Rx<RxStatus> get status

Returns the RxStatus of the chats fetching and initialization.

Implementation

Rx<RxStatus> get status => _chatService.status;