PusherError constructor

PusherError(
  1. String message,
  2. int code
)

Implementation

PusherError(this.message, this.code);