toString method
Returns a new PusherAuthOptions with the given endpoint.
Implementation
@override
String toString() {
return 'AuthOptions(endpoint: $endpoint, headers: $headers)';
}
Returns a new PusherAuthOptions with the given endpoint.
@override
String toString() {
return 'AuthOptions(endpoint: $endpoint, headers: $headers)';
}