ensureRemoteDialog property

Future<RxChat?> Function(ChatId id)? ensureRemoteDialog
getter/setter pair

Callback, called when the provided Chat should be remotely accessible.

Implementation

Future<RxChat?> Function(ChatId id)? ensureRemoteDialog;