WelcomePageOptions class
Constructors
- 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)})
 
Properties
- connectSocket → ConnectSocketType
 - 
  
  final
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - imgSrc → String
 - 
  
  final
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - showAlert → ShowAlert?
 - 
  
  final
 - updateApiToken → dynamic Function(String)
 - 
  
  final
 - updateApiUserName → dynamic Function(String)
 - 
  
  final
 - updateIsLoadingModalVisible → dynamic Function(bool)
 - 
  
  final
 - updateLink → dynamic Function(String)
 - 
  
  final
 - updateMember → dynamic Function(String)
 - 
  
  final
 - updateRoomName → dynamic Function(String)
 - 
  
  final
 - updateSocket → dynamic Function(Socket?)
 - 
  
  final
 - updateValidated → dynamic Function(bool)
 - 
  
  final
 
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