setDisableInAppNotifications method

Future<void> setDisableInAppNotifications({
  1. required bool disable,
})

Implementation

Future<void> setDisableInAppNotifications({required bool disable}) async {
  return GleapJsSdkHelper.setDisableInAppNotifications(disable);
}