showFeedbackButton function

  1. @JS('window.Gleap.showFeedbackButton')
Future<void> showFeedbackButton(
  1. bool visible
)

Implementation

@JS('window.Gleap.showFeedbackButton')
external Future<void> showFeedbackButton(bool visible);