status property

Rx<RxStatus> get status

Returns the RxStatus of the contacts fetching.

Implementation

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