openFeatureRequests method

Future<void> openFeatureRequests({
  1. required bool showBackButton,
})

Implementation

Future<void> openFeatureRequests({required bool showBackButton}) {
  return GleapJsSdkHelper.openFeatureRequests(showBackButton);
}