SubscriptionOptions class
Options for creating a subscription.
Constructors
- SubscriptionOptions({required String channel, required TransmitHttpClient httpClient, required TransmitStatus getEventSourceStatus(), Hook? hooks, void onDeleted(String channel)?})
Properties
- channel → String
-
final
- getEventSourceStatus → TransmitStatus Function()
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hooks → Hook?
-
final
- httpClient → TransmitHttpClient
-
final
- onDeleted → void Function(String channel)?
-
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