dialog property

  1. @override
Rx<RxChat?> get dialog
override

Returns reactive value of the RxChat-dialog with this RxUser.

Implementation

@override
Rx<RxChat?> get dialog => Rx(null);