Sets the business user ID to the string.
Future<void> setUserId(String? userId) async { await Conviva.setUserId(userId, tracker: "CAT"); }