SubscriptionOptions constructor
SubscriptionOptions({
- required String channel,
- required TransmitHttpClient httpClient,
- required TransmitStatus getEventSourceStatus(),
- Hook? hooks,
- void onDeleted(
- String channel
Implementation
SubscriptionOptions({
required this.channel,
required this.httpClient,
required this.getEventSourceStatus,
this.hooks,
this.onDeleted,
});