@override void leaveContactEvents(String contactId) { if (_client == null) { return; } _client!.unsubscribe(contactId.toPresenceTopic); }