UpdateCurrentUserAction constructor

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

Implementation

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