How to customize the Community module for the ASAP Flutter SDK?  

How to customize the Community module for the ASAP Flutter SDK?  

The user community module enables end-users to access discussion forums and interact with other users to share knowledge and expertise. These methods help you display the Community module and all associated content on the ASAP help widget.

Topic Deep-linking 

The following method directly displays the content of a topic right within your ASAP help widget:
  1. import 'package:zohodesk_portal_community/zohodesk_portal_community.dart' show ZohodeskPortalCommunity;
  2.  
  3. void showTopic(){
  4.   ZohodeskPortalCommunity.showTopicWithPermaLink("topic-permalink");
  5. }
InfoThe permalink is the URL of the community topic. 


For example, in the URL in the image above, the portion following "/topic/" is the topic's permalink.