openHelpCenterCollection method
Implementation
Future<void> openHelpCenterCollection({
required String collectionId,
required bool showBackButton,
}) {
return GleapJsSdkHelper.openHelpCenterCollection(
collectionId,
showBackButton,
);
}