Launch constructor
Launch({})
Implementation
Launch({
required this.config,
required this.userId,
required this.hashId,
required this.guest,
required this.token,
// required this.debug,
required this.realUserId,
});