PigeonholeLive class

Constructors

PigeonholeLive({required AuthInterface auth, Config? config, List<ServiceProviderInterface>? serviceProviders})

Properties

attendee → AttendeeModuleInterface
no setter
customBranding → CustomBrandingModuleInterface
no setter
hashCode int
The hash code for this object.
no setterinherited
pigeonhole → PigeonholeModuleInterface
no setter
registrant → RegistrantModuleInterface
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
session → SessionModuleInterface
no setter
speaker → SpeakerModuleInterface
no setter
subscription → SubscriptionModuleInterface
no setter
workspace → WorkspaceModuleInterface
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateAuth({required AuthInterface auth}) → void

Operators

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