SignalrSocket class

Constructors

SignalrSocket({required String url, required String hubName, required String eventName, required Map<String, String> queryString, required dynamic updateConnectionStatus(SignalrSocketConnectionStatus), required dynamic newMessage(dynamic)})

Properties

eventName String
final
hashCode int
The hash code for this object.
no setterinherited
hubName String
final
newMessage → dynamic Function(dynamic)
final
queryString Map<String, String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateConnectionStatus → dynamic Function(SignalrSocketConnectionStatus)
final
url String
final

Methods

connect() → dynamic
disconnect() → dynamic
isConnected() Future<bool>
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