SubscribeOptions class
- Inheritance
-
- Object
- CallBackOptions
- SubscribeOptions
Constructors
-
SubscribeOptions({String? channel, List<
String> ? channels, Map<String, dynamic> ? presence, void onMessage(PubSubMessage)?, void onSuccess(dynamic)?, void onFailed(GResult)?})
Properties
- channel → String?
-
final
-
channels
→ List<
String> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onFailed → void Function(GResult)
-
finalinherited
- onMessage → void Function(PubSubMessage)
-
final
- onSuccess → void Function(dynamic)
-
finalinherited
-
presence
→ Map<
String, dynamic> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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