PusherAuth constructor

PusherAuth(
  1. String endpoint, {
  2. Map<String, String> headers = const {'Content-Type' : 'application/x-www-form-urlencoded'},
})

Implementation

PusherAuth(
  this.endpoint, {
  this.headers = const {'Content-Type': 'application/x-www-form-urlencoded'},
});