updateUserPassword method

ResponseFuture<OperationResponse> updateUserPassword(
  1. StringValue request,
  2. {CallOptions? options}
)

Implementation

$grpc.ResponseFuture<$0.OperationResponse> updateUserPassword($0.StringValue request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateUserPassword, request, options: options);
}