PlexSignalRConfig class
Constructors
-
PlexSignalRConfig.new(String serverUrl, String hub, {List<
PlexSignalRMethod> ? remoteMethods, dynamic onClose(Exception? error)?, dynamic onConnecting(Exception? error)?}) -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hub → String
-
final
- onClose → dynamic Function(Exception? error)?
-
final
- onConnecting → dynamic Function(Exception? error)?
-
final
-
remoteMethods
→ List<
PlexSignalRMethod> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverUrl → String
-
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