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