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