ActionCableLink constructor
ActionCableLink(})
Implementation
ActionCableLink(
this.url, {
this.channelName = 'GraphqlChannel',
this.authHeaderKey = 'Authorization',
this.action = 'execute',
this.defaultHeaders = const {},
this.getAuthTokenFunc,
this.retryDuration = const Duration(seconds: 2),
});