NotifierPushHandler<Response> constructor

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

Implementation

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