disableKeySearcher static method
To allow sharing article To disable key searcher
Implementation
//Will expose once native implementation is done
// static Future<void> isShareArticleAllowed(bool isAllowed) => ZohodeskPortalKbPlatform.instance.isShareArticleAllowed(isAllowed);
///To disable key searcher
static Future<void> disableKeySearcher(bool isDisable) => ZohodeskPortalKbPlatform.instance.disableKeySearcher(isDisable);