openFeatureRequests function

  1. @JS('window.Gleap.openFeatureRequests')
Future<void> openFeatureRequests(
  1. bool showBackButton
)

Implementation

@JS('window.Gleap.openFeatureRequests')
external Future<void> openFeatureRequests(bool showBackButton);