PushHandler<Response> constructor

PushHandler<Response>(
  1. {Function onError,
  2. Function onSucceed,
  3. Function onTimeout}
)

Implementation

PushHandler({this.onError, this.onSucceed, this.onTimeout});