Launch constructor

Launch({
  1. required Config config,
  2. required String userId,
  3. required String hashId,
  4. required bool guest,
  5. required String token,
  6. required int realUserId,
})

Implementation

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