PusherChannelsOptions.custom constructor

const PusherChannelsOptions.custom({
  1. required PusherChannelsOptionsCustomUriResolver uriResolver,
  2. PusherChannelsOptionsMetadata metadata,
})

Using this constructor you can set your custom Uri providing uriResolver.

Implementation

const factory PusherChannelsOptions.custom({
  required PusherChannelsOptionsCustomUriResolver uriResolver,
  PusherChannelsOptionsMetadata metadata,
}) = _CustomOptions;