startFeedbackFlow function

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

Implementation

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