WelcomePageOptions constructor
WelcomePageOptions(- {String imgSrc = 'https://mediasfu.com/images/logo192.png',
- required ShowAlert? showAlert,
- required dynamic updateIsLoadingModalVisible(
- bool
),
- required ConnectSocketType connectSocket,
- required dynamic updateSocket(
- 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
WelcomePageOptions({
this.imgSrc = 'https://mediasfu.com/images/logo192.png',
required this.showAlert,
required this.updateIsLoadingModalVisible,
required this.connectSocket,
required this.updateSocket,
required this.updateValidated,
required this.updateApiUserName,
required this.updateApiToken,
required this.updateLink,
required this.updateRoomName,
required this.updateMember,
});