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