PlexSignalRConfig constructor

const PlexSignalRConfig(
  1. String serverUrl,
  2. String hub, {
  3. List<PlexSignalRMethod>? remoteMethods,
  4. dynamic onClose(
    1. Exception? error
    )?,
  5. dynamic onConnecting(
    1. Exception? error
    )?,
})

Implementation

const PlexSignalRConfig(
  this.serverUrl,
  this.hub, {
  this.remoteMethods,
  this.onClose,
  this.onConnecting,
});