InvitePage constructor

const InvitePage({
  1. required String roomId,
  2. dynamic key = invitePageKey,
})

Implementation

const InvitePage({
  required this.roomId,
  super.key = invitePageKey,
});