openHelpCenterCollection method

Future<void> openHelpCenterCollection({
  1. required String collectionId,
  2. required bool showBackButton,
})

Implementation

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