PreJoinPageOptions class

Constructors

PreJoinPageOptions({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)})

Properties

connectSocket ConnectSocketType
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
imgSrc String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlert ShowAlert?
getter/setter pair
updateApiToken ↔ dynamic Function(String)
getter/setter pair
updateApiUserName ↔ dynamic Function(String)
getter/setter pair
updateIsLoadingModalVisible ↔ dynamic Function(bool)
getter/setter pair
getter/setter pair
updateMember ↔ dynamic Function(String)
getter/setter pair
updateRoomName ↔ dynamic Function(String)
getter/setter pair
updateSocket ↔ dynamic Function(Socket?)
getter/setter pair
updateValidated ↔ dynamic Function(bool)
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited