startFeedbackFlow method

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

Implementation

Future<void> startFeedbackFlow({
  required String action,
  required bool showBackButton,
}) async {
  await GleapJsSdkHelper.startFeedbackFlow(action, showBackButton);
}