SignalrPlatformInterface constructor
SignalrPlatformInterface(})
Implementation
SignalrPlatformInterface(
this.baseUrl,
this.hubName, {
this.queryString,
this.headers,
this.hubMethods,
this.transport = Transport.auto,
this.statusChangeCallback,
this.hubCallback,
}) : assert(baseUrl != ''),
assert(hubName != '');