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