UpdateCurrentUserPasswordAction constructor

UpdateCurrentUserPasswordAction(
  1. Map body, {
  2. dynamic onError(
    1. ApiError
    )?,
  3. dynamic onSuccess(
    1. Response
    )?,
})

Implementation

UpdateCurrentUserPasswordAction(this.body, {this.onError, this.onSuccess})
    : super("$_PATH", body);