Set User Id
userId - The user ID.
userId
static Future<void> setUserId(String? userId) { return HacklePlatform.instance.setUserId(userId); }