openChecklists method

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

Implementation

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