PreJoinPageParameters constructor
PreJoinPageParameters(- {String? imgSrc,
- ShowAlert? showAlert,
- required dynamic updateIsLoadingModalVisible(
- bool
),
- required ConnectSocketType connectSocket,
- ConnectLocalSocketType? connectLocalSocket,
- required dynamic updateSocket(
- Socket?
),
- dynamic updateLocalSocket(
- Socket?
)?,
- required dynamic updateValidated(
- bool
),
- required dynamic updateApiUserName(
- String
),
- required dynamic updateApiToken(
- String
),
- required dynamic updateLink(
- String
),
- required dynamic updateRoomName(
- String
),
- required dynamic updateMember(
- String
)}
)
Implementation
PreJoinPageParameters({
this.imgSrc,
this.showAlert,
required this.updateIsLoadingModalVisible,
required this.connectSocket,
this.connectLocalSocket,
required this.updateSocket,
this.updateLocalSocket,
required this.updateValidated,
required this.updateApiUserName,
required this.updateApiToken,
required this.updateLink,
required this.updateRoomName,
required this.updateMember,
});