close method
Implementation
@override
void close() {
if (_conversation == null) return;
_client._deleteConversation(_conversation!);
_conversation = null;
_client._handles.remove(this);
}
@override
void close() {
if (_conversation == null) return;
_client._deleteConversation(_conversation!);
_conversation = null;
_client._handles.remove(this);
}