openHelpCenterCollection function

  1. @JS('window.Gleap.openHelpCenterCollection')
Future<void> openHelpCenterCollection(
  1. String collectionId,
  2. bool showBackButton
)

Implementation

@JS('window.Gleap.openHelpCenterCollection')
external Future<void> openHelpCenterCollection(
    String collectionId, bool showBackButton);